Expand description
The Headers JavaScript class, implemented as JsHeaders.
See https://developer.mozilla.org/en-US/docs/Web/API/Headers.
Structs§
- JsHeaders
- A JavaScript wrapper for the
Headersobject.
Type Aliases§
- ForEach
Callback - A callback function for the
forEachmethod.