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 f4851fe commit fbf9511Copy full SHA for fbf9511
out/index.d.ts
@@ -140,6 +140,10 @@ export interface Commands {
140
params: Bidi.Emulation.SetGeolocationOverrideParameters;
141
returnType: Bidi.EmptyResult;
142
};
143
+ 'emulation.setLocaleOverride': {
144
+ params: Bidi.Emulation.SetLocaleOverrideParameters;
145
+ returnType: Bidi.EmptyResult;
146
+ };
147
'emulation.setScreenOrientationOverride': {
148
params: Bidi.Emulation.SetScreenOrientationOverrideParameters;
149
0 commit comments