* @type {number}
()
| 242 | * @type {number} |
| 243 | */ |
| 244 | get timeStamp() { |
| 245 | if (!isEvent(this)) |
| 246 | throw new ERR_INVALID_THIS('Event'); |
| 247 | return this.#timestamp; |
| 248 | } |
| 249 | |
| 250 | |
| 251 | // The following are non-op and unused properties/methods from Web API Event. |
no test coverage detected