Closed teoli2003 closed 2 years ago
This is part of our project to update code to a more modern JS syntax.
This PR updates the offline-audio-context example:
const
let
In addition:
fetch()
Tested on Firefox, Safari, and Chrome (macOS) via a local server.
This is part of our project to update code to a more modern JS syntax.
This PR updates the offline-audio-context example:
const
andlet
where possibleIn addition:
fetch()
Tested on Firefox, Safari, and Chrome (macOS) via a local server.