Source code
Revision control
Copy as Markdown
Other Tools
'use strict';
// Use an infinite loop to prevent this service worker from advancing past the
// 'parsed' state.
let i = 0;
while (true) {
++i;
}
'use strict';
// Use an infinite loop to prevent this service worker from advancing past the
// 'parsed' state.
let i = 0;
while (true) {
++i;
}