You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
According to Chrome Packaged Apps (http://developer.chrome.com/apps/), it will be a web app runtime breaking out of browser and be able to access more native platform capabilities such as files, windows and devices. Do you guys consider to run brackets as a Chrome Packaged App?
The benefits I can see include:
Multiple platforms support: support Windows, OSX and Linux by default.
To leverage native platform capabilities accessing of chrome instead of custom v8/CEF3 bindings.
For example, brackets could use chrome.fileSystem.* (http://developer.chrome.com/apps/fileSystem.html) to access native files via W3C file API (directory support is in progress). Brackets could also use chrome.app.window.* (http://developer.chrome.com/apps/app.window.html) to handle application window creation, position, sizing and even title bar customization.
Any of your thoughts?
The text was updated successfully, but these errors were encountered:
According to Chrome Packaged Apps (http://developer.chrome.com/apps/), it will be a web app runtime breaking out of browser and be able to access more native platform capabilities such as files, windows and devices. Do you guys consider to run brackets as a Chrome Packaged App?
The benefits I can see include:
For example, brackets could use chrome.fileSystem.* (http://developer.chrome.com/apps/fileSystem.html) to access native files via W3C file API (directory support is in progress). Brackets could also use chrome.app.window.* (http://developer.chrome.com/apps/app.window.html) to handle application window creation, position, sizing and even title bar customization.
Any of your thoughts?
The text was updated successfully, but these errors were encountered: