Packages

package jsdom

jsdom package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jsdom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CookieJar extends Object

    Cookie Jar

    Cookie Jar

    Annotations
    @RawJSType() @native()
  2. class EnvironmentOptions extends Object

    JsDom Configuration Options

    JsDom Configuration Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  3. trait JsDom extends Object

    A JavaScript implementation of the WHATWG DOM and HTML standards, for use with Node.js.

    A JavaScript implementation of the WHATWG DOM and HTML standards, for use with Node.js.

    Annotations
    @RawJSType() @native()
    Version

    9.9.1

    See also

    https://github.com/tmpvar/jsdom

  4. class JsDomWindowWithJQuery extends Window

    JsDom Window Implementation

    JsDom Window Implementation

    Annotations
    @RawJSType() @native()
  5. trait VirtualConsole extends Object

    Virtual Console

    Virtual Console

    Annotations
    @RawJSType() @native()

Value Members

  1. object JsDom extends Object with JsDom

    JsDom Singleton

    JsDom Singleton

    Annotations
    @native() @JSImport( "jsdom" , JSImport.Namespace )
  2. object window extends JsDomWindowWithJQuery
    Annotations
    @native() @JSName( "window" )

Inherited from AnyRef

Inherited from Any

Ungrouped