mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: remove goog: prefix from permission API (#12193)
This commit is contained in:
parent
86fbbe84e1
commit
6dfb560fa5
@ -227,8 +227,7 @@ export class UserContext extends EventEmitter<{
|
|||||||
origin,
|
origin,
|
||||||
descriptor,
|
descriptor,
|
||||||
state,
|
state,
|
||||||
// @ts-expect-error not standard implementation.
|
userContext: this.#id,
|
||||||
'goog:userContext': this.#id,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user