Expand description
Request types for the browser.
Structsยง
- Browser
Form Data - The
FormData
type available in the browser. - Browser
Request - A
fetch
request made in the browser. - Request
- The
Request
sent to the server
Request types for the browser.
FormData
type available in the browser.fetch
request made in the browser.Request
sent to the server