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

Method requestUserAttention

src/core.js:140–142  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

138 }
139
140 requestUserAttention(type) {
141 Deno.core.opSync("op_window_request_user_attention", [this.#rid, type ?? null]);
142 }
143
144 getFullscreen() {
145 return Deno.core.opSync("op_window_fullscreen", this.#rid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected