We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90afab5 commit d2f2b93Copy full SHA for d2f2b93
packages/rum/src/types/sessionReplay.ts
@@ -419,7 +419,7 @@ export type AddDocTypeNodeChange = [
419
'#doctype' | StringReference,
420
StringOrStringReference,
421
422
- StringOrStringReference
+ StringOrStringReference,
423
]
424
/**
425
* Browser-specific. Schema representing a string, either expressed as a literal or as an index into the string table.
@@ -560,7 +560,7 @@ export type VisualViewportChange = [
560
VisualViewportPageTop,
561
VisualViewportWidth,
562
VisualViewportHeight,
563
- VisualViewportScale
+ VisualViewportScale,
564
565
566
* The offset of the left edge of the visual viewport from the left edge of the layout viewport in CSS pixels.
0 commit comments