You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again IE makes some troubles after the latest changes: It doesn't support the creation of web workers from blobs. We need a static worker.js located beside the alphaTab.js so start the webworker.
This also affects alphaSynth.
The text was updated successfully, but these errors were encountered:
The solution would be to put the worker source code directly into the alphaTab.js file (maybe in a static constructor). Then we only need to start the worker without additional loadScript call.
Again IE makes some troubles after the latest changes: It doesn't support the creation of web workers from blobs. We need a static worker.js located beside the alphaTab.js so start the webworker.
This also affects alphaSynth.
The text was updated successfully, but these errors were encountered: