• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. DOMApplication
  6. DOMApplication.launch()

DOMApplication.launch()

In This Article
  1. Syntax
    1. Parameters
    2. Returns
  2. Browser compatability
  3. See also

Syntax

DOMApplication.launch([entry_point])

Parameters

entry_point Optional
The entry point that should be used to launch the application. The entry points are defined in the manifest.entry_points object.

Returns

This method doesn't return anything.

Browser compatability

See also

  • DOMApplication

Document Tags and Contributors

Tags: 
  • API
  • Apps
  • DOM
  • Reference
  • Web
 Contributors to this page: chrisdavidmills, Sheppy, llacroix
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:35:46 AM