Skip to content

Commit b350681

Browse files
committed
Remove StylePropertyMap
1 parent 843135f commit b350681

File tree

5 files changed

+0
-50
lines changed

5 files changed

+0
-50
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31968,12 +31968,6 @@ declare var StorageManager: {
3196831968
new(): StorageManager;
3196931969
};
3197031970

31971-
/** @deprecated */
31972-
interface StyleMedia {
31973-
type: string;
31974-
matchMedium(mediaquery: string): boolean;
31975-
}
31976-
3197731971
/**
3197831972
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
3197931973
*

baselines/ts5.5/dom.generated.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31943,12 +31943,6 @@ declare var StorageManager: {
3194331943
new(): StorageManager;
3194431944
};
3194531945

31946-
/** @deprecated */
31947-
interface StyleMedia {
31948-
type: string;
31949-
matchMedium(mediaquery: string): boolean;
31950-
}
31951-
3195231946
/**
3195331947
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
3195431948
*

baselines/ts5.6/dom.generated.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31965,12 +31965,6 @@ declare var StorageManager: {
3196531965
new(): StorageManager;
3196631966
};
3196731967

31968-
/** @deprecated */
31969-
interface StyleMedia {
31970-
type: string;
31971-
matchMedium(mediaquery: string): boolean;
31972-
}
31973-
3197431968
/**
3197531969
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
3197631970
*

baselines/ts5.9/dom.generated.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31965,12 +31965,6 @@ declare var StorageManager: {
3196531965
new(): StorageManager;
3196631966
};
3196731967

31968-
/** @deprecated */
31969-
interface StyleMedia {
31970-
type: string;
31971-
matchMedium(mediaquery: string): boolean;
31972-
}
31973-
3197431968
/**
3197531969
* The **`StylePropertyMap`** interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
3197631970
*

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -394,32 +394,6 @@
394394
]
395395
}
396396
},
397-
// This is used in the React d.ts files, and not including
398-
// it would force an update for anyone using React.
399-
"StyleMedia": {
400-
"name": "StyleMedia",
401-
"exposed": "Window",
402-
"noInterfaceObject": true,
403-
"deprecated": true,
404-
"properties": {
405-
"property": {
406-
"type": {
407-
"name": "type",
408-
"type": "DOMString"
409-
}
410-
}
411-
},
412-
"methods": {
413-
"method": {
414-
"matchMedium": {
415-
"name": "matchMedium",
416-
"overrideSignatures": [
417-
"matchMedium(mediaquery: string): boolean"
418-
]
419-
}
420-
}
421-
}
422-
},
423397
"Navigator": {
424398
"name": "Navigator",
425399
"properties": {

0 commit comments

Comments
 (0)