-
Notifications
You must be signed in to change notification settings - Fork 28
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
Extension Support #35
Comments
As far as I know, CEF3 supports JS extension itself. Use 'native' tag to claim JS codes will map your JS functions to native methods. Why not use that way? |
@tonymiao2012 can you explain in better detail? Also, what's the difference from Extension (to) Plugin? Reference #34 Overall, having extensions is a HUGE enhancement! It's what separates the user from fully using Doogie over Chrome. |
My uses of the terms:
No guarantees if/when any of this will happen, but the issues are there to capture discussion. |
@tfont Well, the meaning of "extension" I mentioned before is similar with the concept "JS Integration". I have a reference here: https://bitbucket.org/chromiumembedded/cef/wiki/JavaScriptIntegration.md. CEF3 supports embedded V8 extension. So you could define your local JS API freely. |
Now that this issue has gone a long way, we might be able to add them to Doogie soon. Yay.
The text was updated successfully, but these errors were encountered: