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
f9a04012b9
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 (#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>
2024-09-27 10:17:06 +09:00
'use strict'
;
const
binding
=
require
(
'../build/Release/external_ab.node'
)
;
build: add import/order eslint rule (#44085) * build: add import/order eslint rule * chore: run lint:js --fix
2024-10-02 19:10:44 -07:00
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>
2024-09-27 10:17:06 +09:00
binding
.
createBuffer
(
)
;
Reference in a new issue
Copy permalink