Skip to content

Commit 8ae63cc

Browse files
fix: re-generate types based on specifciation updates (GoogleChromeLabs#242)
1 parent 0336e7f commit 8ae63cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

out/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ export interface Commands {
154154
params: Bidi.Emulation.SetScriptingEnabledParameters;
155155
returnType: Bidi.EmptyResult;
156156
};
157+
'emulation.setUserAgentOverride': {
158+
params: Bidi.Emulation.SetUserAgentOverrideParameters;
159+
returnType: Bidi.EmptyResult;
160+
};
157161
'input.performActions': {
158162
params: Bidi.Input.PerformActionsParameters;
159163
returnType: Bidi.EmptyResult;

0 commit comments

Comments
 (0)