* To string method for instance. * @return The string representation of instance.
()
| 424 | * @return The string representation of instance. |
| 425 | */ |
| 426 | public toString(): string |
| 427 | { |
| 428 | return `[HTMLAudioInstance id=${this.id}]`; |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | export { HTMLAudioInstance }; |
nothing calls this directly
no outgoing calls
no test coverage detected