Quantcast
Viewing all articles
Browse latest Browse all 8691

AbortController not defined

Electronでwavesurfer.jsを使おうとしたら、AbortController not defined エラーが起こる。

解決策

Electronのプロジェクトディレクトリにpolyfillをインストール

$ npm install --save abortcontroller-polyfill

wavesurfer.js の頭に以下の行を入れて、importする。

wavesurfer.js
require('abortcontroller-polyfill/dist/polyfill-patch-fetch')

解決


Viewing all articles
Browse latest Browse all 8691

Trending Articles