Skip to content

Commit

Permalink
replace DOMString with USVString
Browse files Browse the repository at this point in the history
Co-authored-by: daxpedda <[email protected]>
  • Loading branch information
ngryman and daxpedda authored Aug 27, 2023
1 parent a3f5ab9 commit fdaa8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/web-sys/webidls/enabled/CSSStyleSheet.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface CSSStyleSheet : StyleSheet {
[Throws, NeedsSubjectPrincipal]
undefined deleteRule(unsigned long index);
[NewObject]
Promise<CSSStyleSheet> replace(DOMString text);
Promise<CSSStyleSheet> replace(USVString text);
[Throws]
undefined replaceSync(DOMString text);
undefined replaceSync(USVString text);
};

0 comments on commit fdaa8ef

Please sign in to comment.