fetch constant

JsWebModule const fetch

The global fetch. Needs JsFetchOptions, which carries the network policy; see hostConfig.

Implementation

static const fetch = JsWebModule._(
  'fetch',
  [core, http, events, streams],
  _jsFetch,
  hostConfig: 'JsFetchOptions',
);