Add comment for what a mediasession is

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
David Baker 2020-09-24 16:38:13 +01:00 committed by GitHub
parent 80f47f0378
commit 00edfc83cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ declare global {
interface Navigator {
userLanguage?: string;
// https://github.com/Microsoft/TypeScript/issues/19473
// https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
mediaSession: any;
}