Skip to content

Commit 550388a

Browse files
dagedudavid-risney
andauthored
Update specs/ExecuteScriptWithResult.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 4554f7e commit 550388a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExecuteScriptWithResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ interface ICoreWebView2ExecuteScriptWithResultCompletedHandler : IUnknown {
223223
[uuid(67E0B57B-1AC7-4395-9793-5E4EF9C4B7D9), object, pointer_default(unique)]
224224
interface ICoreWebView2_10 : ICoreWebView2_9 {
225225

226-
/// New execute javascript for user can get the string result and can get exception
226+
/// Allows you to execute JavaScript and receive the successful result as JSON or as a string, or in the case of an unhandled exception you can get the exception.
227227
/// if execution fails.
228228
HRESULT ExecuteScriptWithResult(
229229
[in] LPCWSTR javaScript,

0 commit comments

Comments
 (0)