FYI, the fix was to use 'seeked' instead of 'canplay'. Safari doesn't fire 'canplay' apparently for some kind of security reason
1:20
that may be useful upstream knowledge, if you're relying on that event anywhere
1:21
also if you want the initial load event, you should use 'loadedmetadata' on safari
We should make sure we aren't using these events and verify safari browser functions as intended.
Thanks to zach:
We should make sure we aren't using these events and verify safari browser functions as intended.