Skip to content

Instantly share code, notes, and snippets.

View Offroaders123's full-sized avatar
📌
Don't byte off more than you can chew!

Brandon Bennett Offroaders123

📌
Don't byte off more than you can chew!
View GitHub Profile

Module Workers Polyfill npm version

This is a 1.1kb polyfill for Module Workers.

It adds support for new Worker('..',{type:'module'}) to all modern browsers (those that support fetch).

Usage

Copy module-workers-polyfill.js to your web directory, then load it using an import or a script tag. It just needs to be loaded before instantiating your Worker.