install_event_error_worker.js (201B)
1 // Worker that errors on receiving an install event. 2 oninstall = function (e) { 3 e.waitUntil( 4 new Promise(function (resolve, reject) { 5 undefined.doSomething; 6 resolve(); 7 }) 8 ); 9 };
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |