Closed andymatuschak closed 9 years ago
I wanted to write JS code like:
new Sound({name: “foo”}).play()
But the garbage collector would occasionally collect the Sound and stop it from playing completely!
Sound
Looks good! :tada:
I wanted to write JS code like:
But the garbage collector would occasionally collect the
Sound
and stop it from playing completely!