Skip to content

Instantly share code, notes, and snippets.

self.importScripts('https://prepack.io/js/prepack.min.js');
function onlyWarnings(buffer) {
return buffer.every(function(error) {
return error.severity === "Warning" || error.severity === "Information";
});
}
onmessage = function(e) {
let buffer = [];