comlink-fetch
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "comlink-fetch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Web worker fetch wrapper using comlink ", | ||
@@ -5,0 +5,0 @@ "main": "src/fetch.worker.js", |
@@ -64,2 +64,2 @@ importScripts('https://cdn.jsdelivr.net/npm/comlinkjs@2.3/comlink.global.min.js'); | ||
Comlink.expose({ Backend }, self); | ||
Comlink.expose({ Fetch }, self); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3708