You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: playing inside iframe or popup window (#77)
* Attempt to play even if maybeElementId can't be accessed
When attempting to instantiate inside an iframe or popup
window, the element can't be read.
* silence eslint errors and warnings
feat: add Flowtype
BREAKING CHANGE:
Some internal and deprecated methods have been removed from the abstraction. By the looks of it, it doesn’t break anything. Making the breaking change just in case (as it is a risky change).