fetch function
Implementation
@js.JS('fetch')
external Promise<interop.Response> fetch(
interop.Request request, [
interop.RequestInit? init,
]);
@js.JS('fetch')
external Promise<interop.Response> fetch(
interop.Request request, [
interop.RequestInit? init,
]);