Re: [w3c/ServiceWorker] Check if <script>'s fetch request has an integrity attribute (#1507)

This is a browser bug, not a spec bug.  If you go to:

https://fetch-event-echo.glitch.me/

Open the console and reload you will see the FetchEvent contents echoed.  (You may need to open in a new tab to see the script FetchEvent in chrome due to memory cache.)  The jquery script tag has integrity information on it.

In firefox the FetchEvent.request.integrity field is populated.  In chrome it is not.  This is covered by WPT and is filed against chrome at:

https://bugs.chromium.org/p/chromium/issues/detail?id=850825

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1507#issuecomment-598784088

Received on Friday, 13 March 2020 15:38:45 UTC