Open tomaszkunicki opened 2 months ago
WebWorker requests will go to CefRequestContextHandler::GetResourceRequestHandler. Did you implement that?
@magreenblatt Yes. It works perfectly in CEF 127. In CEF 128 the handler is never called if fetch is called from the worker.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior get_resource_handler function should be called for all requests and it was wworking in previous versions
Versions (please complete the following information):
Additional context It requires creating minimum browser with request handler and worker