Apple just announced the new MacBook with the touch bar. Are there APIs that app developers can use? I can\'t seem to find any online yet.
Does it support access from th
There is a native API: https://developer.apple.com/reference/appkit/nstouchbar
I don't know whether there will be support via Javascript
I think this option is for native client, it won’t be able to manipulate in browser, unless the browser doesn’t support it
If you're writing Native Client (JavaScript only), then here is a repository.
UPDATE: It is already supported by Electron.