Reputation: 456
I'm using the latest version of Chrome. The specific error is "Uncaught ReferenceError: VideoEncoder is not defined".
Code that triggers error: let foo = VideoEncoder
Upvotes: 0
Views: 342
Reputation: 456
You must use https. On http sites VideoEncoder won't be defined.
Upvotes: 1