feat(api): unify WebError and ConsoleMessage location#40606
feat(api): unify WebError and ConsoleMessage location#40606yury-s merged 1 commit intomicrosoft:mainfrom
Conversation
- WebError.location now returns an Object with url/line/column in all languages (previously a string in java/csharp). - ConsoleMessage.location() exposes line/column alongside the now deprecated lineNumber/columnNumber.
Test results for "MCP"19 failed 1 flaky6856 passed, 1015 skipped Merge workflow run. |
Test results for "tests 1"4 flaky41640 passed, 784 skipped Merge workflow run. |
Summary
WebError.locationnow returns an Object withurl/line/columnin all languages (was a string in java/csharp).ConsoleMessage.location()exposesline/column;lineNumber/columnNumberare kept as deprecated aliases.