worker-invalid-entries.js (229B)
1 performance.mark('workerMark'); 2 postMessage({ 3 'invalid' : performance.getEntriesByType('invalid').length, 4 'mark' : performance.getEntriesByType('mark').length, 5 'measure' : performance.getEntriesByType('measure').length 6 });