mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
ee2501c746
12 changed files with 11312 additions and 6106 deletions
|
|
@ -13,9 +13,8 @@
|
|||
// https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope-mixin
|
||||
[NoInterfaceObject, Exposed=(Window,Worker)]
|
||||
interface WindowOrWorkerGlobalScope {
|
||||
// XXXbz We don't implement 'origin' yet on either window or worker globals.
|
||||
// See bug 1306170.
|
||||
// [Replaceable] readonly attribute USVString origin;
|
||||
// .origin on Window or Worker globals
|
||||
[Replaceable] readonly attribute USVString origin;
|
||||
|
||||
// base64 utility methods
|
||||
[Throws]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue