Javascript – HTMLVideoElement load() throws uncatchable DOMException
The following code sometimes throws an exception in Firefox: try { videoElem.load(); } catch (ignored) {} The error: Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request. I…