DoneJS StealJS jQuery ++ FuncUnit DocumentJS
3.0.0
2.3.27

 

  • Github
  • Twitter
  • Chat
  • Forum
  • Guides
  • Core
  • Ecosystem
    • can-construct-super
    • can-define-stream
    • can-fixture
    • can-fixture-socket
    • can-jquery
    • can-stache-converters
    • can-stream
    • can-vdom
      • types
        • window
      • modules
        • ./make-document/
        • ./make-window/
    • can-view-import
    • can-zone
    • steal-stache
  • Infrastructure
  • Legacy
  • Bitovi
    • Bitovi.com
    • Blog
    • Consulting
    • Training
    • Open Source
  • Chat
  • Forum
  • Star
  • Follow @canjs
  • CanJS
  • /
  • Ecosystem
  • /
  • can-vdom
  • /
  • window
  • / On this page
    • window

      typedef

      An object representing a fake window object.

      • source

      Object

      Options

      • document {can-simple-dom/document/document}:

        A browser document

      • window {Object}:

        The window itself.

      • self {Object}:

        The self object is an alias for window.

      • addEventListener {function}:

        A stub for window.addEventListener, does not actually set up events unless overridden some place else.

      • removeEventListener {function}:

        A stub for window.removeEventListener.

      • navigator {Object}:
      • location {Object}:
      • history {Object}:

      CanJS is part of DoneJS. Created and maintained by the core DoneJS team and Bitovi. Currently 3.0.0.