MCPcopy
hub / github.com/browserless/browserless / shutdown

Method shutdown

src/hooks.ts:42–44  ·  view source on GitHub ↗

* Implement any browserless-core-specific shutdown logic here. * Calls the empty-SDK stop method for downstream implementations.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

stopMethod · 0.45

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected