blob: 20b3ddfbf7b883026b70692cf0f907dc93f5ad2b [file] [log] [blame]
// META: global=serviceworker
test((t) => {
assert_false('targetClientId' in FetchEvent.prototype)
}, 'targetClientId should not be on FetchEvent');