Files
openclaw/src/browser
Azade 18a89a31af fix(browser): avoid esbuild __name helper in evaluateViaPlaywright
When tsx/esbuild compiles arrow functions, it adds a __name helper
for debugging. This helper doesn't exist in the browser context,
causing 'ReferenceError: __name is not defined' when using
page.evaluate() with inline functions.

The fix uses new Function() constructed at runtime, which esbuild
doesn't transform, avoiding the __name injection.
2026-01-03 22:37:21 +01:00
..
2026-01-01 22:44:52 +01:00
2026-01-01 22:44:52 +01:00
2026-01-01 22:44:52 +01:00
2026-01-01 22:44:52 +01:00
2026-01-01 09:44:29 +00:00
2025-12-30 05:27:18 +01:00