jaysalvat / buzz

Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers.
http://buzz.jaysalvat.com
MIT License
1.21k stars 227 forks source link

readonly property error thrown in Safari when assigning to networkState property #93

Closed shaneeb closed 9 years ago

shaneeb commented 9 years ago

Error is being thrown on Safari and Mobile Safari when executing line self.sound.networkState = 3; in addSource() method. Apparently this property is readonly as documented here. Not sure why this is being assigned/updated in the first place.