* @type {any}
()
| 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 | |
| 419 | ObjectDefineProperties(CustomEvent.prototype, { |
no test coverage detected