You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/18 04:18:02 UTC

[GitHub] [cordova] breautek commented on issue #93: Loading cordova.js in a web worker and use a bluetooth plugin to process in a different thread

breautek commented on issue #93:
URL: https://github.com/apache/cordova/issues/93#issuecomment-1129548750

   Cordova does not support web workers.
   
   The webview itself supports web workers, but the bridge API to communicate between the webview and native is on the "main" JS thread.
   
   Currently there are no plans on implementing support for a Cordova API in web workers. If having web worker support so that you can communicate with native plugins via web worker is desirable, I'd suggest opening a Feature Request issue describing the use case.
   
   Closing as not a bug / won't fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org