soundtouchjs-audio-worklet icon indicating copy to clipboard operation
soundtouchjs-audio-worklet copied to clipboard

regeneratorRuntime is not defined

Open jon-myers opened this issue 1 year ago • 1 comments

I needed to npm install --save regenerator-runtime

and add import regeneratorRuntime from 'regenerator-runtime' somewhere in my code.

jon-myers avatar Mar 23 '23 20:03 jon-myers

I have the same problem.

createSoundTouchNode.js:301 Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined
    at createSoundTouchNode.js:301:5
    at createSoundTouchNode.js:18:6
    at createSoundTouchNode2 (createSoundTouchNode.js:18:6)
    at newShifter (PlayerStore.ts:280:23)
    at onLoad (PlayerStore.ts:296:7)
(

lannodev avatar May 28 '23 14:05 lannodev