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 46428b2 commit 7b33604Copy full SHA for 7b33604
out/index.d.ts
@@ -150,6 +150,10 @@ export interface Commands {
150
params: Bidi.Emulation.SetTimezoneOverrideParameters;
151
returnType: Bidi.EmptyResult;
152
};
153
+ 'emulation.setScriptingEnabled': {
154
+ params: Bidi.Emulation.SetScriptingEnabledParameters;
155
+ returnType: Bidi.EmptyResult;
156
+ };
157
'input.performActions': {
158
params: Bidi.Input.PerformActionsParameters;
159
src/index.ts
@@ -170,7 +170,6 @@ export interface Commands {
170
171
172
173
-
174
175
176
0 commit comments