edgedb-js v1.2.2
github-actions
released this
16 May 16:17
·
335 commits
to refs/heads/master
since this release
Note that this version drops the use of node-fetch
as an automatic polyfill for fetch
. We decided to not mark this as a breaking change since all major platforms have supported fetch
for a while. If you need to support a platform that does not have native fetch
, you'll need to create your own polyfill using a package like node-fetch
, whatwg-fetch
, cross-fetch
, etc.