mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
store senders instead of buffering messages
This commit is contained in:
parent
0996b38ade
commit
9dcb7348a2
17 changed files with 193 additions and 188 deletions
3
tests/html/service-worker/dummy.js
Normal file
3
tests/html/service-worker/dummy.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
function test_importScripts() {
|
||||
console.log('Hi from dummy.js');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue