add keepIframeSrcFn option (#81)
* add allowIframe option to snapshot * rename allowIframe to keepIframeSrcFn
This commit is contained in:
1
typings/types.d.ts
vendored
1
typings/types.d.ts
vendored
@@ -88,3 +88,4 @@ export declare type SlimDOMOptions = Partial<{
|
||||
headMetaVerification: boolean;
|
||||
}>;
|
||||
export declare type MaskTextFn = (text: string) => string;
|
||||
export declare type KeepIframeSrcFn = (src: string) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user