Add option to block animation on <title> tag (#760)
* Add option to block animation on <title> tag which can generate massive recordings on some websites (think scrolling title tag) * Add new option to slimDOMOptions type with tsdoc as suggested by Justin
This commit is contained in:
@@ -169,6 +169,10 @@ export type SlimDOMOptions = Partial<{
|
||||
headMetaHttpEquiv: boolean;
|
||||
headMetaAuthorship: boolean;
|
||||
headMetaVerification: boolean;
|
||||
/**
|
||||
* blocks title tag 'animations' which can generate a lot of mutations that aren't usually displayed in replayers
|
||||
**/
|
||||
headTitleMutations: boolean;
|
||||
}>;
|
||||
|
||||
export type DataURLOptions = Partial<{
|
||||
|
||||
Reference in New Issue
Block a user