Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ width
Method
width
src/core.js:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
get width() {
129
return
this.getSize().width;
130
}
131
132
get height() {
133
return
this.getSize().height;
Callers
nothing calls this directly
Calls
1
getSize
Method · 0.95
Tested by
no test coverage detected