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 e2672c5 commit d6a1b9bCopy full SHA for d6a1b9b
.changeset/dull-signs-smash.md
@@ -0,0 +1,5 @@
1
+---
2
+"wrangler": minor
3
4
+
5
+Print local mode when running a browser binding in local mode
packages/wrangler/src/utils/print-bindings.ts
@@ -431,10 +431,9 @@ export function printBindings(
431
type: friendlyBindingNames.browser,
432
value: undefined,
433
mode: getMode({
434
- isSimulatedLocally:
+ isSimulatedLocally: !(
435
getFlag("REMOTE_BINDINGS") && browser.experimental_remote
436
- ? false
437
- : undefined,
+ ),
438
}),
439
});
440
}
0 commit comments