Tons of Solutions Engineering work done today for the rest of the CS team! Headway, Howard Hanna, Engels, Brighton, etc. Also completed Datasnippers auth flow and worked on Anthology's script. Cloned Anthology's courses (900..) and will clone Full Story on Monday.
This commit is contained in:
13
Scripts/node_modules/chromium-bidi/lib/cjs/bidiServer/WebSocketServer.d.ts
generated
vendored
Normal file
13
Scripts/node_modules/chromium-bidi/lib/cjs/bidiServer/WebSocketServer.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import type { ChromeReleaseChannel } from '@puppeteer/browsers';
|
||||
import debug from 'debug';
|
||||
export declare const debugInfo: debug.Debugger;
|
||||
export declare class WebSocketServer {
|
||||
#private;
|
||||
/**
|
||||
* @param bidiPort Port to start ws server on.
|
||||
* @param channel
|
||||
* @param headless
|
||||
* @param verbose
|
||||
*/
|
||||
static run(bidiPort: number, channel: ChromeReleaseChannel, headless: boolean, verbose: boolean): void;
|
||||
}
|
||||
Reference in New Issue
Block a user