Hi, maybe a stupid question... but could anybody tell me which JS standard the fitbit SDK is based on?
Answered! Go to the Best Answer.
Best AnswerThe watch runs ECMAScript 5.1, but with various extensions (mainly, I think, related to class and async).
I suspect that the companion runs within a WebView component which is maintained by the operating system, so it may be able to run more up-to-date code.
The SDK itself uses whatever version of node.js you've installed.
The watch runs ECMAScript 5.1, but with various extensions (mainly, I think, related to class and async).
I suspect that the companion runs within a WebView component which is maintained by the operating system, so it may be able to run more up-to-date code.
The SDK itself uses whatever version of node.js you've installed.