()
| 142 | } |
| 143 | |
| 144 | getFullscreen() { |
| 145 | return Deno.core.opSync("op_window_fullscreen", this.#rid); |
| 146 | } |
| 147 | |
| 148 | getInnerPosition() { |
| 149 | return Deno.core.opSync("op_window_inner_position", this.#rid); |
nothing calls this directly
no outgoing calls
no test coverage detected