Open baryon opened 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
Merge domain compare request for our branch. ref #4
if has not import 'abort-controller/polyfill', in android 8.1, as exception will raised TypeError: Cannot set property 'AbortSignal' of undefined
import 'abort-controller/polyfill'
TypeError: Cannot set property 'AbortSignal' of undefined
if not this plugin "@babel/plugin-proposal-object-rest-spread", a error will raised in some env like
in _basicRequest method