Add comment for what a mediasession is
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
80f47f0378
commit
00edfc83cd
1 changed files with 2 additions and 0 deletions
2
src/@types/global.d.ts
vendored
2
src/@types/global.d.ts
vendored
|
@ -64,6 +64,8 @@ declare global {
|
||||||
|
|
||||||
interface Navigator {
|
interface Navigator {
|
||||||
userLanguage?: string;
|
userLanguage?: string;
|
||||||
|
// https://github.com/Microsoft/TypeScript/issues/19473
|
||||||
|
// https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
|
||||||
mediaSession: any;
|
mediaSession: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue