Skip to content
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

Feature Request - Add IBrowserHost.GetNavigationEntriesAsync #1503

Closed
amaitland opened this issue Dec 21, 2015 · 1 comment
Closed

Feature Request - Add IBrowserHost.GetNavigationEntriesAsync #1503

amaitland opened this issue Dec 21, 2015 · 1 comment

Comments

@amaitland
Copy link
Member

Add an async wrapper around GetNavigationEntries

http://magpcss.org/ceforum/apidocs3/projects/%28default%29/CefBrowserHost.html#GetNavigationEntries%28CefRefPtr%3CCefNavigationEntryVisitor%3E,bool%29

@amaitland
Copy link
Member Author

Basic implementation done, haven't added the IBrowserHost.GetNavigationEntriesAsync implementation, just the IBrowserHost.GetNavigationEntries, the TaskNavigationEntryVisitor is there. If someone is so inclined then by all means submit a PR that implements the async method

Here's an example
https://github.com/cefsharp/CefSharp/blob/cefsharp/49/CefSharp.Core/Internals/CefFrameWrapper.cpp#L128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant