moneybutton / paymail-client

Js client to interact with servers using paymail specification.
Other
25 stars 15 forks source link

add "@babel/plugin-proposal-object-rest-spread" plugin #5

Open baryon opened 4 years ago

baryon commented 4 years ago

if not this plugin "@babel/plugin-proposal-object-rest-spread", a error will raised in some env like

    return this.fetch(url, { ...options,
                             ^^^^

SyntaxError: Expected identifier, string or number

in _basicRequest method

baryon commented 4 years ago

Merge domain compare request for our branch. ref #4

baryon commented 4 years ago

if has not import 'abort-controller/polyfill', in android 8.1, as exception will raised TypeError: Cannot set property 'AbortSignal' of undefined