We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abb684 commit 1ce3afbCopy full SHA for 1ce3afb
index.bs
@@ -5624,8 +5624,10 @@ The <dfn export for=commands>emulation.setGeolocationOverride</dfn> command modi
5624
)
5625
5626
emulation.SetGeolocationOverrideParameters = {
5627
- ? coordinates: emulation.GeolocationCoordinates / null,
5628
- ? error: emulation.GeolocationPositionError,
+ (
+ (coordinates: emulation.GeolocationCoordinates / null) //
5629
+ (error: emulation.GeolocationPositionError)
5630
+ ),
5631
? contexts: [+browsingContext.BrowsingContext],
5632
? userContexts: [+browser.UserContext],
5633
}
0 commit comments