JSPM

  • Created
  • Published
  • Downloads 1830720
  • Score
    100M100P100Q190263F
  • License MIT

Utility fucntions for managing web requests for ethers.

Package Exports

  • @ethersproject/web
  • @ethersproject/web/lib/browser-geturl.js
  • @ethersproject/web/lib/geturl

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ethersproject/web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Web Utilities

This sub-module is part of the ethers project.

It contains functions to abstract safely and responsibly connecting to the web, including exponential back-off.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    fetchJson,

    poll,

    // Types
    ConnectionInfo,
    FetchJsonResponse,

    PollOptions,
    OncePollable,
    OnceBlockable

} = require("@ethersproject/web");

License

MIT License