Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium authored and OrKoN committed Dec 12, 2024
1 parent 634741c commit 8e71934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bidiMapper/modules/context/BrowsingContextImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ export class BrowsingContextImpl {

if (result instanceof NavigationResult) {
if (
// TODO: check after decision on the spec is done:
// https://github.com/w3c/webdriver-bidi/issues/799.
result.eventName === NavigationEventName.NavigationAborted ||
result.eventName === NavigationEventName.NavigationFailed
) {
Expand Down

0 comments on commit 8e71934

Please sign in to comment.