Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ getSize
Method
getSize
src/core.js:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
getSize() {
153
return
Deno.core.opSync(
"op_window_inner_size"
, this.#rid);
154
}
155
156
getOuterSize() {
157
return
Deno.core.opSync(
"op_window_outer_size"
, this.#rid);
Callers
2
width
Method · 0.95
height
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected