Name Description Size
fetch-and-create-url.html Fetch and create Blob 2295
nothing-cross-origin-corp.js Just an empty JS file 28
nothing-cross-origin-corp.js.headers 43
nothing-no-corp.js Just an empty JS file 28
shared-worker-fetch.js.py 'use strict'; onconnect = (event) => { const port = event.ports[0]; port.onmessage = (event) => { fetch(event.data, { mode: 'no-cors' }) .then( () => port.postMessage('success'), () => port.postMessage('failure') ); }; port.postMessage('ready'); }; 536
shared-worker.js 147
sw-store-to-cache-storage.js 711
worker-support.js 2365