зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1094545. Expose the URLSearchParams API in system globals. r=bholley
This commit is contained in:
Родитель
98fa65732a
Коммит
e952f7adeb
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче