Module response

Source

Structs§

Response
JavaScript Response object returned by fetch. There is also a Response object in webbind. This requires a javascript runtime which supports Response and fetch!

Functions§

fetch
JavaScript fetch(input, init?) – returns a Promise<Response>.
fetch_val