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 6b19692 commit 7c05c56Copy full SHA for 7c05c56
index.bs
@@ -255,7 +255,7 @@ CommandData = (
255
BrowsingContextCommand //
256
NetworkCommand //
257
ScriptCommand //
258
- SessionCommand //
+ SessionCommand
259
)
260
261
EmptyParams = {
@@ -297,11 +297,11 @@ ErrorCode = {
297
}
298
299
ResultData = (
300
- EmptyResult //
301
- SessionResult //
302
BrowsingContextResult //
+ EmptyResult //
303
NetworkResult //
304
- ScriptResult
+ ScriptResult //
+ SessionResult
305
306
307
EmptyResult = {}
0 commit comments