mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
c0cea40182
31 changed files with 314 additions and 108 deletions
|
|
@ -23,7 +23,8 @@ dictionary AddEventListenerOptions : EventListenerOptions {
|
|||
boolean once = false;
|
||||
};
|
||||
|
||||
[Exposed=(Window,Worker,WorkerDebugger,System)]
|
||||
[Constructor,
|
||||
Exposed=(Window,Worker,WorkerDebugger,System)]
|
||||
interface EventTarget {
|
||||
/* Passing null for wantsUntrusted means "default behavior", which
|
||||
differs in content and chrome. In content that default boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue