[Webkit-unassigned] [Bug 54313] DocumentThreadableLoader doesn't support WebURLLoader usage.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 15 15:46:19 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54313
--- Comment #21 from Bill Budge <bbudge at gmail.com> 2011-02-15 15:46:19 PST ---
I will be adding didReceiveCachedMetadata and didDownloadData methods, and modify the signature of didFinishLoading. I'm unclear about how clients want to handle didReceiveCachedMetadata - for example EventSource has the following code:
append(m_receiveBuf, m_decoder->decode(data, length));
parseEventStream();
What should happen in the didReceiveCachedMetadata method?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list