cordova-docs
cordova-docs copied to clipboard
document that Cordova is not supported in a web worker
From https://github.com/apache/cordova/issues/93 I think this is not clear enough.
I hope this will be resolved soon as part of #1057.
Do you think this is something we (eventually) want to support...?
Do you think this is something we (eventually) want to support...?
I think this discussion belongs somewhere else, maybe on the mailing list, but I would downvote it at this point. Maintainer resources seem to be a bit limited, and I would rather see focus on things such as keeping up to date with recent platforms and platform tooling, tests modernized, code even better cleaned up and modernized, documentation overhauled, etc. Thanks.
Do you think that adding a new section in this table listing broad overview of webview features would be a good idea?
We can probably list things such as:
- Websockets
- Webworkers (limited support, ie web workers can be used, but cannot call any cordova or plugin APIs)
- etc...
Not suggesting to list every browser feature, just very broad features.
I recall that the WKWebView is more sensitive to things like CORS. I think it would be nice for a beginner to see this kind of information with minimal research needed.