issues
search
what3words
/
w3w-node-wrapper
Node wrapper for the What3Words API
https://docs.what3words.com/api/v3/
MIT License
45
stars
10
forks
source link
[TT-7097] Fetch transport support in browser and node envs
#42
Closed
c5haw
closed
2 years ago
c5haw
commented
2 years ago
Changelog:
Switched out
isomorphic-unfetch
for
cross-fetch
for better support without polyfills for node and browser environments.
Extended tests to include browser DOM testing with
JSDom
and
React
Fixes:
https://github.com/what3words/w3w-node-wrapper/issues/39
Changelog:
isomorphic-unfetch
forcross-fetch
for better support without polyfills for node and browser environments.JSDom
andReact
Fixes: