org.scalajs.dom.experimental
The Request interface of the Fetch API represents a resource request. MDN
see ¶6.3 Request Class in whatwg spec
the url of the requested resource or an unused Request object.
initialisation information
Contains the associated Headers object of the request.
Contains the request's method (GET, POST, etc.)
Contains the URL of the request.
The Request interface of the Fetch API represents a resource request. MDN
see ¶6.3 Request Class in whatwg spec