mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1094545. Expose the URLSearchParams API in system globals. r=bholley
This commit is contained in:
parent
e9bb81e3b9
commit
0b79ea6ebf
@ -11882,6 +11882,7 @@ class CGResolveSystemBinding(CGAbstractMethod):
|
||||
def definition_body(self):
|
||||
descriptors = self.config.getDescriptors(hasInterfaceObject=True,
|
||||
isExposedInSystemGlobals=True,
|
||||
workers=False,
|
||||
register=True,
|
||||
skipGen=False)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
[Constructor(optional USVString init = ""),
|
||||
Constructor(URLSearchParams init),
|
||||
Exposed=(Window,Worker)]
|
||||
Exposed=(Window,Worker,System)]
|
||||
interface URLSearchParams {
|
||||
void append(USVString name, USVString value);
|
||||
void delete(USVString name);
|
||||
|
Loading…
Reference in New Issue
Block a user