pub fn install_fetch_classes( cx: &mut JSContext, _global: Handle<'_, *mut JSObject>, )
Install the enhanced Fetch API classes (Headers, Request, Response) on the global object. Called from globals::install_web_apis.
globals::install_web_apis