You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: baselines/dom.generated.d.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34368,12 +34368,6 @@ declare var StorageManager: {
34368
34368
new(): StorageManager;
34369
34369
};
34370
34370
34371
-
/** @deprecated */
34372
-
interface StyleMedia {
34373
-
type: string;
34374
-
matchMedium(mediaquery: string): boolean;
34375
-
}
34376
-
34377
34371
/**
34378
34372
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
Copy file name to clipboardExpand all lines: baselines/ts5.5/dom.generated.d.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34343,12 +34343,6 @@ declare var StorageManager: {
34343
34343
new(): StorageManager;
34344
34344
};
34345
34345
34346
-
/** @deprecated */
34347
-
interface StyleMedia {
34348
-
type: string;
34349
-
matchMedium(mediaquery: string): boolean;
34350
-
}
34351
-
34352
34346
/**
34353
34347
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
Copy file name to clipboardExpand all lines: baselines/ts5.6/dom.generated.d.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34365,12 +34365,6 @@ declare var StorageManager: {
34365
34365
new(): StorageManager;
34366
34366
};
34367
34367
34368
-
/** @deprecated */
34369
-
interface StyleMedia {
34370
-
type: string;
34371
-
matchMedium(mediaquery: string): boolean;
34372
-
}
34373
-
34374
34368
/**
34375
34369
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
Copy file name to clipboardExpand all lines: baselines/ts5.9/dom.generated.d.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34365,12 +34365,6 @@ declare var StorageManager: {
34365
34365
new(): StorageManager;
34366
34366
};
34367
34367
34368
-
/** @deprecated */
34369
-
interface StyleMedia {
34370
-
type: string;
34371
-
matchMedium(mediaquery: string): boolean;
34372
-
}
34373
-
34374
34368
/**
34375
34369
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
0 commit comments