add initial marp implementation with sample content and build configuration
This commit is contained in:
6
node_modules/chromium-bidi/lib/cjs/bidiMapper/MapperOptions.d.ts
generated
vendored
Normal file
6
node_modules/chromium-bidi/lib/cjs/bidiMapper/MapperOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Session } from '../protocol/generated/webdriver-bidi.js';
|
||||
export interface MapperOptions {
|
||||
acceptInsecureCerts?: boolean;
|
||||
unhandledPromptBehavior?: Session.UserPromptHandler;
|
||||
'goog:prerenderingDisabled'?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user