We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some inconsistencies in our webview API implementation that show up as "partial" implementations in the compatibility report, namely:
WebViewOptions.enableCommandUris
The text was updated successfully, but these errors were encountered:
Fix some API inconsistencies related to web views
b018290
Fixes eclipse-theia#12087 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
5fb5f93
tsmaeder
Successfully merging a pull request may close this issue.
Feature Description:
There are some inconsistencies in our webview API implementation that show up as "partial" implementations in the compatibility report, namely:
WebViewOptions.enableCommandUris
can be an array of strings as well as a booleanThe text was updated successfully, but these errors were encountered: