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.
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.
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.