-
Notifications
You must be signed in to change notification settings - Fork 16.5k
feat: add navigationHistory.getEntryAtIndex(int index)
method
#41662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add navigationHistory.getEntryAtIndex(int index)
method
#41662
Conversation
@MarshallOfSound @codebytere Trop doesn't tag reviewers for manual back ports so wanted to check if one of you can approve and help me merge this! Thanks in advance! |
@alicelovescake Both of these backports require WG Releases approval (see backport/requested label). We can approve them once that backport request is approved at the releases meeting tomorrow |
Can you update the PR with changes from #41705, thanks! |
@deepak1556 Thanks for the heads up! I realized I missed 1 more url so created a new PR #41706 on main to fix it. Sorry for the extra step! Appreciate you taking a quick look! ps. I've just updated both my backports with the newest changes so they are both ready to go once the PR merges. |
042c832
to
2bc7b2e
Compare
No Release Notes |
Backport of #41577
See that PR for details.
Notes: Added a new instance property
navigationHistory
on webContents API withnavigationHistory.getEntryAtIndex
method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history.