mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
35ff27f838
8 changed files with 87 additions and 43 deletions
|
|
@ -31,9 +31,9 @@ interface WindowOrWorkerGlobalScope {
|
|||
long setTimeout(DOMString handler, optional long timeout = 0, any... unused);
|
||||
void clearTimeout(optional long handle = 0);
|
||||
[Throws]
|
||||
long setInterval(Function handler, optional long timeout, any... arguments);
|
||||
long setInterval(Function handler, optional long timeout = 0, any... arguments);
|
||||
[Throws]
|
||||
long setInterval(DOMString handler, optional long timeout, any... unused);
|
||||
long setInterval(DOMString handler, optional long timeout = 0, any... unused);
|
||||
void clearInterval(optional long handle = 0);
|
||||
|
||||
// microtask queuing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue