Skip to content

Commit 9727908

Browse files
committed
fixup! Add settings for explicit control of whether to record video and audio. Add in a missing case where a <picture> element should be considered an image
1 parent ffc2fa5 commit 9727908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export type captureAssetsParam = Partial<{
105105
/**
106106
* capture audio irrespective of origin
107107
*/
108-
audio: boolean;
108+
audio: boolean;
109109
/**
110110
* capture stylesheets irrespective of origin (populated from inlineStylesheets setting)
111111
*/

0 commit comments

Comments
 (0)