We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b2d8c commit 1097b7cCopy full SHA for 1097b7c
CefSharp/IJavascriptObjectRepository.cs
@@ -18,7 +18,7 @@ public interface IJavascriptObjectRepository : IDisposable
18
/// register an object in advance or as part of the <see cref="ResolveObject"/>
19
/// event that will be called if no object matching object is found in the registry.
20
/// Objects binding is now initiated in Javascript through the CefSharp.BindObjectAsync
21
- /// function (returns a Promose).
+ /// function (returns a Promise).
22
/// For more detailed examples see https://github.com/cefsharp/CefSharp/issues/2246
23
/// The equivilient to RegisterJsObject is isAsync = false
24
/// The equivilient RegisterAsyncJsObject is isAsync = true
0 commit comments