You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have no support for wiring up javascript methods with callbacks for doing long running operations, I would like to use a custom scheme handler and do ajax calls, but the custom SchemeHandler is running on the UI-Thread and is blocking the execution of other calls to the SchemeHandler.
It would be great if we could provide an IAsyncSchemeHandler interface to implement asynchronous scheme handlers. I think the scheme handler mechanism in CEF already supports async operations because you can report data back from a call via a callback method in CEF.
The text was updated successfully, but these errors were encountered:
Since we have no support for wiring up javascript methods with callbacks for doing long running operations, I would like to use a custom scheme handler and do ajax calls, but the custom SchemeHandler is running on the UI-Thread and is blocking the execution of other calls to the SchemeHandler.
It would be great if we could provide an IAsyncSchemeHandler interface to implement asynchronous scheme handlers. I think the scheme handler mechanism in CEF already supports async operations because you can report data back from a call via a callback method in CEF.
The text was updated successfully, but these errors were encountered: