Files
actual/upcoming-release-notes/6942.md
Joel Jeremy Marquez f8b4e87a67 Update send function to propagate any errors and fix catchErrors to return the error in result when an unknown command/method is sent to the browser server (#6942)
* Fix send not returning error when catchErrors option is enabled and an unknown method error is encountered

* Add release notes for PR #6942

* Fix send to properly propagate errors from the server

* Update release note

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-12 23:47:21 +00:00

212 B

category, authors
category authors
Bugfixes
joel-jeremy

Update send function to propagate any errors and fix catchErrors to return the error in result when an unknown command/method is sent to the browser server.