(type)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected