add keepIframeSrcFn option (#81)
* add allowIframe option to snapshot * rename allowIframe to keepIframeSrcFn
This commit is contained in:
@@ -108,3 +108,6 @@ export type SlimDOMOptions = Partial<{
|
||||
}>;
|
||||
|
||||
export type MaskTextFn = (text: string) => string;
|
||||
|
||||
export type KeepIframeSrcFn = (src: string) => boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user