Module net::fetch

source ·
Expand description

An implementation of the Fetch specification

Modules§

  • An implementation of the CORS preflight cache For now this library is XHR-specific. For stuff involving <img>, <iframe>, <form>, etc please check what the request mode should be and compare with the fetch spec This library will eventually become the core of the Fetch crate with CORSRequest being expanded into FetchRequest (etc)