A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
This commit is contained in:
6
Scripts/node_modules/chromium-bidi/lib/cjs/bidiServer/MapperCdpConnection.d.ts
generated
vendored
6
Scripts/node_modules/chromium-bidi/lib/cjs/bidiServer/MapperCdpConnection.d.ts
generated
vendored
@ -15,11 +15,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import type { MapperOptions } from '../bidiMapper/BidiServer.js';
|
||||
import type { CdpConnection } from '../cdp/CdpConnection.js';
|
||||
import type { MapperCdpConnection } from '../cdp/CdpConnection.js';
|
||||
import { SimpleTransport } from './SimpleTransport.js';
|
||||
export declare class MapperCdpConnection {
|
||||
export declare class MapperServerCdpConnection {
|
||||
#private;
|
||||
static create(cdpConnection: CdpConnection, mapperTabSource: string, verbose: boolean, mapperOptions: MapperOptions): Promise<MapperCdpConnection>;
|
||||
static create(cdpConnection: MapperCdpConnection, mapperTabSource: string, verbose: boolean, mapperOptions: MapperOptions): Promise<MapperServerCdpConnection>;
|
||||
private constructor();
|
||||
close(): void;
|
||||
bidiSession(): SimpleTransport;
|
||||
|
||||
Reference in New Issue
Block a user