drand-client icon indicating copy to clipboard operation
drand-client copied to clipboard

Provide isomorphic fetch for older node envs

Open CluEleSsUK opened this issue 3 years ago • 0 comments

The fetch API was introduced into node via an experimental flag in node 17, and without a flag in node 18. Currently it isn't polyfilled in this library for node < 17 - we use node-fetch in the tests, but isomorphic-fetch should be added to provide a better experience for users in older versions of node.

CluEleSsUK avatar Jan 20 '23 16:01 CluEleSsUK