NEW 203314
ReadableStream needs to delay resolution of promises while in the back/forward cache
https://bugs.webkit.org/show_bug.cgi?id=203314
Summary ReadableStream needs to delay resolution of promises while in the back/forwar...
Chris Dumez
Reported 2019-10-23 13:33:48 PDT
ReadableStream needs to delay resolution of promises while in the back/forward cache. In the following test: LayoutTests/fast/history/page-cache-active-fetch-request-blobReadAsReadableStream.html The promise does not get resolved after restoring from the back/forward cache, which likely means that the implementation tried to resolve it while in the cache.
Attachments
Note You need to log in before you can comment on or make changes to this bug.