Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ handleKeyEvent
Method
handleKeyEvent
deps/v8/tools/js/web-api-helper.mjs:74–76 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
72
}
73
74
handleKeyEvent(event) {
75
if
(event.key ==
'Enter'
) this.handleClick(event);
76
}
77
78
handleClick(event) {
79
this.$(
'#file'
).click();
Callers
nothing calls this directly
Calls
1
handleClick
Method · 0.95
Tested by
no test coverage detected