File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -1819,9 +1819,12 @@ declare var CryptoKeyPair: {
1819
1819
};
1820
1820
1821
1821
interface CSS {
1822
- supports(property: string, value? : string): boolean ;
1822
+ escape( value: string): string ;
1823
1823
}
1824
- declare var CSS: CSS;
1824
+
1825
+ declare var CSS: {
1826
+ supports(property: string, value?: string): boolean;
1827
+ };
1825
1828
1826
1829
interface CSSConditionRule extends CSSGroupingRule {
1827
1830
conditionText: string;
Original file line number Diff line number Diff line change 1575
1575
"name" : " HTMLSlotElement" ,
1576
1576
"extends" : " HTMLElement" ,
1577
1577
"flavor" : " Web" ,
1578
- "tagNames" : [ " slot" ],
1578
+ "tagNames" : [
1579
+ " slot"
1580
+ ],
1579
1581
"properties" : [
1580
1582
{
1581
1583
"name" : " name" ,
1638
1640
"kind" : " interface" ,
1639
1641
"name" : " ElementCreationOptions" ,
1640
1642
"flavor" : " Web" ,
1641
- "properties" : [{
1642
- "name" : " is?" ,
1643
- "type" : " string"
1644
- }]
1643
+ "properties" : [
1644
+ {
1645
+ "name" : " is?" ,
1646
+ "type" : " string"
1647
+ }
1648
+ ]
1645
1649
},
1646
1650
{
1647
1651
"kind" : " interface" ,
2614
2618
"name" : " signal" ,
2615
2619
"type" : " AbortSignal"
2616
2620
}
2617
- ],
2621
+ ],
2618
2622
"methods" : [
2619
2623
{
2620
2624
"name" : " abort" ,
3002
3006
"signatures" : [
3003
3007
" unlockOrientation(): void"
3004
3008
]
3009
+ },
3010
+ {
3011
+ "kind" : " method" ,
3012
+ "name" : " escape" ,
3013
+ "interface" : " CSS" ,
3014
+ "signatures" : [
3015
+ " escape(value: string): string"
3016
+ ]
3005
3017
}
3006
3018
]
You can’t perform that action at this time.
0 commit comments