Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 self.addEventListener('install', function(e) { | |
| 2 importScripts('windowclient-navigate-worker.js'); | |
|
nhiroki
2016/01/25 09:50:31
I think importing non-library file (other worker f
zino
2016/01/29 05:36:38
Done.
| |
| 3 e.waitUntil(get_message().then(client_navigate)); | |
|
nhiroki
2016/01/25 09:50:31
Let me confirm... you mean to test the case where
zino
2016/01/29 05:36:38
I tried it but I couldn't yet.
I'm not sure but th
nhiroki
2016/02/01 07:13:55
Commented in the patchset 5.
| |
| 4 }); | |
| OLD | NEW |