This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Description
self.XMLHttpRequest is not a constructor
- Version: 0.31.0
- Platform: Browser
- Subsystem: Preload
Type: Bug
Severity: Critical
Description:
Service workers does not support XMLHttpRequest. This way, a service worker cannot run this version of js-ipfs. Can the XMLHttpRequest be changed to use fetch instead?
|
const req = new self.XMLHttpRequest() |
Steps to reproduce the error:
Instantiate an IPFS node inside a service worker