Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ getCanvas
Method
getCanvas
src/backend/kernel.js:680–683 ·
view source on GitHub ↗
* @deprecated * @returns {Object}
()
Source
from the content-addressed store, hash-verified
678
* @returns {Object}
679
*/
680
getCanvas() {
681
utils.warnDeprecated(
'method'
,
'getCanvas'
);
682
return
this.canvas;
683
}
684
685
/**
686
* @deprecated
Callers
1
deprecated.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected