LibWeb: Port URL and URLSearchParams to new String

This commit is contained in:
Kenneth Myhra 2023-03-01 20:10:01 +01:00 committed by Linus Groh
commit 9da09e4fd3
Notes: sideshowbarker 2024-07-17 03:00:02 +09:00
12 changed files with 229 additions and 157 deletions

View file

@ -1,7 +1,7 @@
#import <URL/URLSearchParams.idl>
// https://url.spec.whatwg.org/#url
[Exposed=*, LegacyWindowAlias=webkitURL]
[Exposed=*, LegacyWindowAlias=webkitURL, UseNewAKString]
interface URL {
constructor(USVString url, optional USVString base);