MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / requestRedraw

Method requestRedraw

src/core.js:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 requestRedraw() {
137 Deno.core.opSync("op_window_request_redraw", this.#rid);
138 }
139
140 requestUserAttention(type) {
141 Deno.core.opSync("op_window_request_user_attention", [this.#rid, type ?? null]);

Callers 1

mainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected