- Source:
Returns:
Members
(private, static, constant) AbortController_ :function(new: AbortController)
Overridden in unit tests, but compiled out in production.
Type:
- function(new: AbortController)
- Source:
(private, static, constant) fetch_ :function(string, !RequestInit)
Overridden in unit tests, but compiled out in production.
Type:
- function(string, !RequestInit)
- Source:
(private, static, constant) Headers_ :function(new: Headers)
Overridden in unit tests, but compiled out in production.
Type:
- function(new: Headers)
- Source:
Methods
(export, static) isSupported() → {boolean}
Determine if the Fetch API is supported in the browser. Note: this is
deliberately exposed as a method to allow the client app to use the same
logic as Shaka when determining support.
- Source:
Returns:
- Type
- boolean