Fetch API
If configured, fetch will only be used if the fetch and AbortController APIs are supported by the browser. Otherwise, the player will fall back to using XHR.
fetch
AbortController
Fetch API on MDN
XMLHttpRequest API
XMLHttpRequest on MDN
Fetch API
If configured, fetch will only be used if the
fetch
andAbortController
APIs are supported by the browser. Otherwise, the player will fall back to using XHR.