We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如Info
const info = eruda.get('info') info.get() // 返回info内容
类似于这样的api。
虽然可以通过info._infos获取,但感觉不是很直观。
info._infos
The text was updated successfully, but these errors were encountered:
Add info get api #83
b37244e
1.5.1 版本已发布,支持获取信息。
const info = eruda.get('info') info.add('title', 'content') info.get(); // -> [{name: 'title', val: 'content'}] info.get('title') // -> 'content'
Sorry, something went wrong.
这个是只加了Info吗?我只是以info做个例子,应该其他的也加一下对于的接口?console, network, resources。
只加 info,列举的其它那些自己重写下相关方法就能拿到了吧。
No branches or pull requests
比如Info
类似于这样的api。
虽然可以通过
info._infos
获取,但感觉不是很直观。The text was updated successfully, but these errors were encountered: