fetch function

  1. @JS('fetch')
JSPromise<Response> fetch(
  1. String url
)

Implementation

@JS('fetch')
external JSPromise<Response> fetch(String url);