Liking cljdoc? Tell your friends :D

chromex.app.app.runtime

clj

Use the chrome.app.runtime API to manage the app lifecycle. The app runtime manages app installation, controls the event page, and can shut down the app at anytime.

Use the chrome.app.runtime API to manage the app lifecycle.
The app runtime manages app installation, controls the event page, and can
shut down the app at anytime.

  * available since Chrome 27
  * https://developer.chrome.com/apps/app.runtime
raw docstring

chromex.app.app.window

clj

Use the chrome.app.window API to create windows. Windows have an optional frame with title bar and size controls. They are not associated with any Chrome browser windows. See the Window State Sample for a demonstration of these options.

Use the chrome.app.window API to create windows. Windows
have an optional frame with title bar and size controls. They are not
associated with any Chrome browser windows. See the 
Window State Sample for a demonstration of these options.

  * available since Chrome 27
  * https://developer.chrome.com/apps/app.window
raw docstring

chromex.app.appview-tag

clj

Use the appview tag to embed other Chrome Apps within your Chrome App. (see Usage).

Use the appview tag to embed other Chrome Apps within your
Chrome App. (see Usage).

  * available since Chrome 43
  * https://developer.chrome.com/apps/tags/appview
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close