We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "InvalidAccessError" error occurs in some circumstances when the clearTimelineState or destroy methods are called of the MediaNode.
clearTimelineState
destroy
MediaNode
The problem seems to be caused by the following line: https://github.com/bbc/VideoContext/blob/develop/src/SourceNodes/medianode.js#L198
It seems that Microsoft Edge does not allow one to assign undefined to srcObject; but it does appear to like having null assigned to it.
undefined
srcObject
null
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Which version of Edge are you using?
Sorry, something went wrong.
No branches or pull requests
The "InvalidAccessError" error occurs in some circumstances when the
clearTimelineState
ordestroy
methods are called of theMediaNode
.The problem seems to be caused by the following line:
https://github.com/bbc/VideoContext/blob/develop/src/SourceNodes/medianode.js#L198
It seems that Microsoft Edge does not allow one to assign
undefined
tosrcObject
; but it does appear to like havingnull
assigned to it.The text was updated successfully, but these errors were encountered: