[Webkit-unassigned] [Bug 16716] XHR Handler may call undefined function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 11:07:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16716





------- Comment #8 from stan at adobe.com  2008-01-03 11:07 PDT -------
Another possibly interesting observation on this:  Our test case included a
document.write() in the XHR completion handler.  If the request completes while
still parsing, I believe the write is injected into the document at that (more
or less arbitrary) point in the parse, but if it completes after parsing, it
will create a new document.  That seems quite odd to me.

Anyway, if this is the common behavior of browsers, I suppose that makes it a
feature and not a bug.  I'm OK with that.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list