mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #3662 : mukilan/servo/worker_timer, r=jdm
Closes issue #3236
This commit is contained in:
commit
f94228d9f9
11 changed files with 261 additions and 185 deletions
|
@ -22,7 +22,7 @@ partial interface WorkerGlobalScope { // not obsolete
|
|||
void importScripts(DOMString... urls);
|
||||
readonly attribute WorkerNavigator navigator;
|
||||
};
|
||||
//WorkerGlobalScope implements WindowTimers;
|
||||
WorkerGlobalScope implements WindowTimers;
|
||||
WorkerGlobalScope implements WindowBase64;
|
||||
|
||||
// Proprietary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue