Bug 243935 - Fetch Request object should keep its Blob URL alive
Summary: Fetch Request object should keep its Blob URL alive
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-15 08:28 PDT by Chris Dumez
Modified: 2022-08-16 08:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-08-15 08:28:08 PDT
Fetch Request object should keep its Blob URL alive. This means that creating a Fetch Request from a Blob URL, then revoking said Blob URL then triggering a fetch() for this request should succeed, like it does in Blink.
Comment 1 Chris Dumez 2022-08-15 08:30:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3306
Comment 2 EWS 2022-08-16 08:51:26 PDT
Committed 253469@main (046f56da695a): <https://commits.webkit.org/253469@main>

Reviewed commits have been landed. Closing PR #3306 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-08-16 08:52:16 PDT
<rdar://problem/98728809>