[webkit-reviews] review granted: [Bug 237160] REGRESSION(r290356-r290351?): [ iOS EWS ] 3 imported/w3c/web-platform-tests/service-workers/service-worker/* tests are constant text failures. : [Attachment 453663] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 23:55:06 PST 2022


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 237160: REGRESSION(r290356-r290351?): [ iOS EWS ] 3
imported/w3c/web-platform-tests/service-workers/service-worker/* tests are
constant text failures.
https://bugs.webkit.org/show_bug.cgi?id=237160

Attachment 453663: Patch

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




--- Comment #18 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 453663
  --> https://bugs.webkit.org/attachment.cgi?id=453663
Patch

For shared workers, I would tend to use a different process:
- this is slightly better from a security point of view.
- web sites may start to rely on the 10 seconds delay for shared worker which
might become flaky behavior.
- we do not have the same launch speed requirement for shared workers as we
have for service workers.


More information about the webkit-reviews mailing list