(event)
| 607 | stringify () { return JSON.stringify(this.toJSON()) } |
| 608 | |
| 609 | wait (event) { return new Promise(resolve => this.once(event, resolve)) } |
| 610 | |
| 611 | fetchLatestVersion (original, options) { |
| 612 | if (options == null) { options = {} } |
no outgoing calls
no test coverage detected