[Webkit-unassigned] [Bug 261767] REGRESSION (iOS 17): PWA startup "FetchEvent.respondWith received an error TypeError: Internal error"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 25 11:49:00 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261767
--- Comment #5 from Matthieu Riegler <kyro38 at gmail.com> ---
OSS Angular contributor here, I can provide some insights.
The error has been reported first on the framework repo : https://github.com/angular/angular/issues/50378
The issue can be narrowed down to a call `caches.match` that throws a "TypeError: Internal error"
The error OP is reporting is because that error wasn't catched and `FetchEvent.respondWith` failed.
I believe the root cause is still on Safari's side with the internal error being thrown by the method call mentioned above.
Related workaround PR on Angular's side : https://github.com/angular/angular/pull/51885/files
--
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/20230925/11206c2e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list