sCrypt-Inc / scryptlib

Javascript SDK
MIT License
48 stars 29 forks source link

matchAll is not a function #106

Closed lgs18928191781 closed 3 years ago

lgs18928191781 commented 3 years ago

when i use this npm compoment with old browser version, this compoment can't work. when you build this compoment publish to npm , Compatible with old browser version,thk

zhfnjust commented 3 years ago

using scryptlib 0.4.2 ,

and add polyfill

import 'core-js/features/number';
import 'core-js/features/string';
import 'core-js/features/array';