We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b3cd0 commit d79edb6Copy full SHA for d79edb6
1 file changed
specs/ExecuteScriptWithResult.md
@@ -195,7 +195,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
195
/// can get via the Exception property.
196
[propget] HRESULT IsSuccess([out, retval] BOOL* value);
197
198
- /// If IsSuccess return true, then this interface will return the raw json data for user
+ /// If IsSuccess is true, then this property is the JSON representation of the result of the script execution
199
/// var the jsonResult, otherwise return E_INVALIDARG.
200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201
0 commit comments