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
@@ -31968,12 +31968,6 @@ declare var StorageManager: {
31968
31968
new(): StorageManager;
31969
31969
};
31970
31970
31971
-
/** @deprecated */
31972
-
interface StyleMedia {
31973
-
type: string;
31974
-
matchMedium(mediaquery: string): boolean;
31975
-
}
31976
-
31977
31971
/**
31978
31972
* 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
@@ -31943,12 +31943,6 @@ declare var StorageManager: {
31943
31943
new(): StorageManager;
31944
31944
};
31945
31945
31946
-
/** @deprecated */
31947
-
interface StyleMedia {
31948
-
type: string;
31949
-
matchMedium(mediaquery: string): boolean;
31950
-
}
31951
-
31952
31946
/**
31953
31947
* 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
@@ -31965,12 +31965,6 @@ declare var StorageManager: {
31965
31965
new(): StorageManager;
31966
31966
};
31967
31967
31968
-
/** @deprecated */
31969
-
interface StyleMedia {
31970
-
type: string;
31971
-
matchMedium(mediaquery: string): boolean;
31972
-
}
31973
-
31974
31968
/**
31975
31969
* 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
@@ -31965,12 +31965,6 @@ declare var StorageManager: {
31965
31965
new(): StorageManager;
31966
31966
};
31967
31967
31968
-
/** @deprecated */
31969
-
interface StyleMedia {
31970
-
type: string;
31971
-
matchMedium(mediaquery: string): boolean;
31972
-
}
31973
-
31974
31968
/**
31975
31969
* 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