Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use version of load() with option handling for window.loadAudio #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ben-denham
Copy link

I ran into the following error when attempting to use window.loadAudio() from a browser environment: Uncaught TypeError: options.fetch is not a function.

This seems to be because the window.loadAudio() function is load() in loads.js, which doesn't handle options like the function exported from browser.js.

This pull request resolves the issue by assigning the function exported from browser.js to window.loadAudio() instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant