Skip to content

Commit

Permalink
Add browsingContext.SetViewport to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf-2 committed Jul 5, 2023
1 parent d454e13 commit a90131d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,8 @@ BrowsingContextCommand = (
browsingContext.HandleUserPrompt //
browsingContext.Navigate //
browsingContext.Print //
browsingContext.Reload
browsingContext.Reload //
browsingContext.SetViewport
)
</pre>

Expand Down

0 comments on commit a90131d

Please sign in to comment.