Skip to content

fix bug

Latest
Compare
Choose a tag to compare
@alanchenchen alanchenchen released this 28 Sep 14:22
· 8 commits to master since this release
bee3faa
  1. fix bug about base64 string to arraybuffer. It should decode base64 string to utf8 string at first, and then denpend on utf8 standard to transform utf8 string to arraybuffer. That way is similar to nodejs.