Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GoogleChromeLabs/ui-element-samples
/ _throwIfDestroyed
Method
_throwIfDestroyed
3d-card-flip/inert.js:301–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
}
300
301
_throwIfDestroyed() {
302
if
(this.destroyed)
303
throw
new
Error(
"Trying to access destroyed InertNode"
);
304
}
305
306
/** @
return
{boolean} */
307
get hasSavedTabIndex() {
Callers
6
destructor
Method · 0.95
node
Method · 0.95
savedTabIndex
Method · 0.95
addInertRoot
Method · 0.95
removeInertRoot
Method · 0.95
inert.min.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected