DIR: /var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ |
Current File : //var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ConnectionTransport.d.ts |
/** * @license * Copyright 2020 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ /** * @public */ export interface ConnectionTransport { send(message: string): void; close(): void; onmessage?: (message: string) => void; onclose?: () => void; } //# sourceMappingURL=ConnectionTransport.d.ts.map |