Commit 5547a16d authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1790378 - [webdriver-bidi] Added timestamp to navigation info. r=webdriver-reviewers,jdescottes

parent 996c9feb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ class BrowsingContextModule extends Module {
      // TODO: The navigation id should be a real id mapped to the navigation.
      // See https://bugzilla.mozilla.org/show_bug.cgi?id=1763122
      navigation: null,
      timestamp: Date.now(),
      url: data.target.baseURI,
    };
  }