blob: 6f439aee94d59081111a11284aec9bfc86c950f2 [file] [log] [blame]
'use strict';
// Use an infinite loop to prevent this service worker from advancing past the
// 'parsed' state.
let i = 0;
while (true) {
++i;
}