-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
replace IE11 by edge/chromium to support ECMA6 [feature request] #213
Comments
Hi, I've implemented this feature for my personal use (Replaced I'm not sure this feature would be a common request, so I just keep it in my forked repository, Anyone who may interested this feature can get it from branch link: https://github.com/efreykongcn/MarkdownEditor/tree/UpgradeBrowserToWebView2 |
How much bigger is the .vsix file with WebView2? |
The size of current MarkdownEditor.vsix is 1.68MB, after upgraded browser from IE to WebView2 (also upgraded mermaid js to the latest), the vsix file is about 2.84MB. |
A PR with this would be awesome if you're willing? |
My pleasure. |
Installed product versions
Description
MarkdownEditor uses VS2019 integrated IE11 but IE11 does not support ECMA6 js, excluding a class of js plugins such as mermaid (mermaid-js/mermaid#303).
Using Edge/Chromium instead would be neat for features/performance/maintenance.
Chromium Embedded Framework (CEF) can be used (~ Chromium v88.0.4324.0):
https://github.com/chromiumembedded/cef
The text was updated successfully, but these errors were encountered: