summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/historical.https.any.js
blob: 20b3ddfbf7b883026b70692cf0f907dc93f5ad2b (plain)
1
2
3
4
5
// META: global=serviceworker

test((t) => {
  assert_false('targetClientId' in FetchEvent.prototype)
}, 'targetClientId should not be on FetchEvent');