Re: Async Custom Scheme
Posted: Wed Oct 31, 2018 10:33 am
Hi,
I've never tried that but it should be possible.
The SchemeRegistrationBrowser demo has synchronous responses but you should be able to make it asynchronous if you use the callbacks.
Read these pages for more info :
https://magpcss.org/ceforum/apidocs3/pr ... ndler.html
https://github.com/chromiumembedded/cef ... ler_capi.h
All the THelloScheme procedures and functions found in the SchemeRegistrationBrowser demo are explained in those links, including how to make it asynchronous.
I've never tried that but it should be possible.
The SchemeRegistrationBrowser demo has synchronous responses but you should be able to make it asynchronous if you use the callbacks.
Read these pages for more info :
https://magpcss.org/ceforum/apidocs3/pr ... ndler.html
https://github.com/chromiumembedded/cef ... ler_capi.h
All the THelloScheme procedures and functions found in the SchemeRegistrationBrowser demo are explained in those links, including how to make it asynchronous.