Skip to content

Conversation

dmtaub
Copy link
Collaborator

@dmtaub dmtaub commented Jul 19, 2020

Start review for code to play audio, final merge will have compressed files

@dmtaub dmtaub self-assigned this Jul 19, 2020
Comment on lines +176 to +179
req = new XMLHttpRequest()
req.open('GET', sound.url, true)
req.responseType = 'arraybuffer'
req.onload = =>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the new fetch() API here?

@jtran jtran force-pushed the master branch 2 times, most recently from 4989579 to c2b3375 Compare October 31, 2022 00:19
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.

2 participants