Reputation: 11
According to "caniuse.com", Media Source Extensions is fully supported in iPadOS 13 and later
but I use Safari in Xcode iPad simulator to test, it shows the error
var mediaSource = new MediaSource(); //ReferenceError: Can't find variable: MediaSource
Upvotes: 1
Views: 226