* Implement any browserless-core-specific shutdown logic here. * Calls the empty-SDK stop method for downstream implementations.
()
| 40 | * Calls the empty-SDK stop method for downstream implementations. |
| 41 | */ |
| 42 | public async shutdown() { |
| 43 | return await this.stop(); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Left blank for downstream SDK modules to optionally implement. |