MCPcopy
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

destructorMethod · 0.95
nodeMethod · 0.95
savedTabIndexMethod · 0.95
addInertRootMethod · 0.95
removeInertRootMethod · 0.95
inert.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected