This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
1
e9cb85bea6
electron
/
spec
/
fixtures
/
native-addon
/
external-ab
/
lib
/
test-array-buffer.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: add error event for utility process (33-x-y) (#43997) * feat: add error event for utility process (#43774) * feat: add error event for utility process * chore: use public report api * chore: fix lint * doc: mark error event as experimental --------- Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * fixup! feat: add error event for utility process (#43774) remove #include "electron/mas.h" this header did not exist before c1c8fbfd9 --------- Co-authored-by: Robo <hop2deep@gmail.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2024-09-29 17:12:15 -05:00
'use strict'
;
const
binding
=
require
(
'../build/Release/external_ab.node'
)
;
build: add import/order eslint rule (#44106) build: add import/order eslint rule (#44085) * build: add import/order eslint rule * chore: run lint:js --fix
2024-10-02 20:52:01 -07:00
feat: add error event for utility process (33-x-y) (#43997) * feat: add error event for utility process (#43774) * feat: add error event for utility process * chore: use public report api * chore: fix lint * doc: mark error event as experimental --------- Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * fixup! feat: add error event for utility process (#43774) remove #include "electron/mas.h" this header did not exist before c1c8fbfd9 --------- Co-authored-by: Robo <hop2deep@gmail.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2024-09-29 17:12:15 -05:00
binding
.
createBuffer
(
)
;
Reference in a new issue
Copy permalink