Skip to content

Commit fa95e4d

Browse files
committed
fix: add escape to CSS
Closes: microsoft/TypeScript#21090
1 parent c8c8a27 commit fa95e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,7 @@ declare var CryptoKeyPair: {
18191819
};
18201820

18211821
interface CSS {
1822+
escape(value?: string): string;
18221823
supports(property: string, value?: string): boolean;
18231824
}
18241825
declare var CSS: CSS;

0 commit comments

Comments
 (0)