| blob-url-factory.html |
|
1192 |
|
|
86 |
| cache-storage-reporting.js |
|
1920 |
| coep-frame.html |
|
87 |
|
|
43 |
| common.js |
|
686 |
| corp-image.py |
|
1186 |
| dedicated-worker-supporting-revalidation.py |
|
591 |
| dedicated-worker.js |
|
160 |
| empty-coep.py |
|
224 |
| fetch-and-create-url.html |
Fetch and create Blob |
2295 |
| fetch-in-dedicated-worker.js |
|
188 |
| iframe.html |
|
88 |
| load-corp-images.html |
|
1316 |
|
|
43 |
| navigate-none.sub.html |
|
1041 |
| navigate-require-corp-same-site.sub.html |
|
727 |
|
|
83 |
| navigate-require-corp.sub.html |
|
596 |
|
|
43 |
| nothing-cross-origin-corp.js |
Just an empty JS file |
28 |
|
|
43 |
| nothing-same-origin-corp.txt |
|
30 |
|
|
42 |
| postmessage-ready.html |
|
71 |
| report.py |
|
1381 |
| reporting-empty-frame-multiple-headers.html.asis |
|
324 |
| reporting-empty-frame.html |
|
46 |
| reporting-worker.js |
|
601 |
| require-corp-sw-import-scripts.js |
|
711 |
|
|
43 |
| require-corp-sw.js |
|
872 |
|
|
43 |
| script-factory.js |
|
1189 |
| 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');
}; |
539 |
| shared-worker.js |
|
147 |
| sw-store-to-cache-storage.js |
|
711 |
| sw.js |
|
259 |
| universal-worker.js |
|
43 |
| worker-owner-frame.html |
|
56 |
| worker-owner.js |
|
1011 |
| worker-support.js |
|
2382 |