(value)
| 182 | } |
| 183 | |
| 184 | setDecorations(value) { |
| 185 | Deno.core.opSync("op_window_set_decorations", [this.#rid, value]); |
| 186 | } |
| 187 | |
| 188 | setFullscreen(fullscreen) { |
| 189 | Deno.core.opSync("op_window_set_fullscreen", [this.#rid, fullscreen]); |
nothing calls this directly
no outgoing calls
no test coverage detected