Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /service-workers/service-worker/historical.https.any.serviceworker.html - WPT Dashboard Interop Dashboard
// META: global=serviceworker
test((t) => {
assert_false('targetClientId' in FetchEvent.prototype)
}, 'targetClientId should not be on FetchEvent');