summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/fetch-later/basic.tentative.https.worker.js
blob: 17240db3543156f078bbf2e4ee444bf6ef04ba14 (plain)
1
2
3
4
5
6
importScripts('/resources/testharness.js');

test(() => {
  assert_false('fetchLater' in self);
}, `fetchLater() is not supported in worker.`);
done();