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 982faf4 commit ec2af89Copy full SHA for ec2af89
index.bs
@@ -255,7 +255,7 @@ CommandData = (
255
BrowsingContextCommand //
256
NetworkCommand //
257
ScriptCommand //
258
- SessionCommand //
+ SessionCommand
259
)
260
261
EmptyParams = { *text }
@@ -285,11 +285,11 @@ ErrorResponse = {
285
}
286
287
ResultData = (
288
- EmptyResult //
289
- SessionResult //
290
BrowsingContextResult //
+ EmptyResult //
291
NetworkResult //
292
- ScriptResult
+ ScriptResult //
+ SessionResult
293
294
295
EmptyResult = {}
0 commit comments