电子未处理:捕获未处理的错误并承诺在Electron应用中被拒绝

时间:2024-02-25 17:50:20
【文件属性】:

文件名称:电子未处理:捕获未处理的错误并承诺在Electron应用中被拒绝

文件大小:68KB

文件格式:ZIP

更新时间:2024-02-25 17:50:20

electron electron-module ElectronJavaScript

电子未处理 捕获未处理的错误并承诺在您的应用程序中被拒绝 您可以在主过程和渲染器过程中直接使用此模块。 安装 $ npm install electron-unhandled 需要Electron 5或更高版本。 用法 const unhandled = require ( 'electron-unhandled' ) ; unhandled ( ) ; API 未处理(选项?) 您可能希望在主进程和任何渲染器进程中都调用此函数,以捕获所有可能的错误。 选项 类型: object 记录器 类型: Function 默认值: console.error 收到错误的自定义记录器。 例如,如果


【文件预览】:
electron-unhandled-main
----.gitignore(23B)
----fixture-rejection.js(316B)
----example.js(593B)
----.github()
--------workflows()
--------funding.yml(91B)
----screenshot.png(60KB)
----.gitattributes(19B)
----package.json(1017B)
----index.test-d.ts(332B)
----readme.md(3KB)
----index.js(3KB)
----index.d.ts(2KB)
----test.js(533B)
----fixture-error.js(334B)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)

网友评论