We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade713d commit b3fd58dCopy full SHA for b3fd58d
index.bs
@@ -3458,7 +3458,7 @@ PDF document represented as a Base64-encoded string.
3458
?margin: browsingContext.PrintMarginParameters,
3459
?orientation: ("portrait" / "landscape") .default "portrait",
3460
?page: browsingContext.PrintPageParameters,
3461
- ?pageRanges: [*text],
+ ?pageRanges: [*(js-uint / text)],
3462
?scale: 0.1..2.0 .default 1.0,
3463
?shrinkToFit: bool .default true,
3464
}
0 commit comments