[Webkit-unassigned] [Bug 252664] REGRESSION: Previewing projects broken in Construct 3 web app with Safari TP 163

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 16:35:37 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252664

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
When getting the FetchEvent, the service worker runs this code:
```
const storage = GetServeBlobsStorage();
let clientValue = await storage.getItem(clientId);
```

storage has no key matching this clientId (dedicated worker clientId). It has 1 key but it is another clientId.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230225/4485b1a6/attachment.htm>


More information about the webkit-unassigned mailing list