standard constant

Set<JsWebModule> const standard

Every module that needs no host configuration, i.e. all of them except fetch.

Implementation

static const standard = {
  core,
  events,
  encoding,
  url,
  crypto,
  navigator,
  streams,
  blob,
  http,
};