[webkit-reviews] review granted: [Bug 202434] XMLHttpRequest sometimes prevents pages from entering the back/forward cache : [Attachment 379958] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 13:44:29 PDT 2019


Geoffrey Garen <ggaren at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 202434: XMLHttpRequest sometimes prevents pages from entering the
back/forward cache
https://bugs.webkit.org/show_bug.cgi?id=202434

Attachment 379958: Patch

https://bugs.webkit.org/attachment.cgi?id=379958&action=review




--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 379958
  --> https://bugs.webkit.org/attachment.cgi?id=379958
Patch

r=me

Isn't it also the case that the document refuses to cache if it has not fired
the load event yet? It seems like tight coupling for an XHR object to maintain
invariants on behalf of the document.


More information about the webkit-reviews mailing list