refactor: remove goog: prefix from permission API (#12193)

This commit is contained in:
Alex Rudenko 2024-04-02 17:43:22 +02:00 committed by GitHub
parent 86fbbe84e1
commit 6dfb560fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}); });
} }