chenquincy / app-info-parser

A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[file] must be an instance of Blob or File in browser.

liujiayi13 opened this issue · comments

请问这个const parser = new AppInfoParser('../packages/xxx.apk') ;传的值应该是什么格式的

@liujiayi13 可以参考 example 中的 html 示例。'../packages/xxx.apk' 是在 node 中的使用方法,浏览器中需要传递文件格式。

I still don't understand the usage in the example, could you explain it in more detail? I saw that mistake too!

I still don't understand the usage in the example, could you explain it in more detail? I saw that mistake too!

Sry for the late reply, you can just read the example in basic-use.html. You should get the file blob by an input element while using in browser.