Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ mainLoop
Method
mainLoop
examples/common.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
async
onEvent(_event) {}
23
24
mainLoop() {
25
this.window.requestRedraw();
26
}
27
28
async
run() {
29
this.adapter =
await
navigator.gpu.requestAdapter();
Callers
1
run
Method · 0.95
Calls
1
requestRedraw
Method · 0.80
Tested by
no test coverage detected