PR: https://github.com/apache/cordova-js/pull/80
Issue: https://issues.apache.org/jira/browse/CB-6911

May I humbly request a review of the pull request above. Since it affects
all platforms, I thought it would be prudent.

Note the deprecation "error" is just a warning (not sure why Safari Web
Inspector shows it with an error icon) since it doesn't really affect the
app (no exception), but it's better to fix it now rather than later.

replaceNavigator proxies window.navigator functions so that cordova can
override/clobber window.navigator functions, this patch enables it to proxy
properties as well, removing the error message.

Reply via email to