mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Port DOMParser interface from DeprecatedString to String
This commit is contained in:
parent
cc1e4c5cb3
commit
8531d11fab
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ enum DOMParserSupportedType {
|
|||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparser
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface DOMParser {
|
||||
constructor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue