MCPcopy Index your code
hub / github.com/nodejs/node / detail

Method detail

lib/internal/event_target.js:412–416  ·  view source on GitHub ↗

* @type {any}

()

Source from the content-addressed store, hash-verified

410 * @type {any}
411 */
412 get detail() {
413 if (!isCustomEvent(this))
414 throw new ERR_INVALID_THIS('CustomEvent');
415 return this[kDetail];
416 }
417}
418
419ObjectDefineProperties(CustomEvent.prototype, {

Callers 3

constructorMethod · 0.45
[kDeserialize]Method · 0.45
constructorMethod · 0.45

Calls 1

isCustomEventFunction · 0.85

Tested by

no test coverage detected