Package

io.scalajs.npm

jsdom

Permalink

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

    Permalink

    Cookie Jar

    Cookie Jar

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

    Permalink

    JsDom Configuration Options

    JsDom Configuration Options

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

    Permalink

    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

    Permalink

    JsDom Window Implementation

    JsDom Window Implementation

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

    Permalink

    Virtual Console

    Virtual Console

    Annotations
    @RawJSType() @native()

Value Members

  1. object JsDom extends Object with JsDom

    Permalink

    JsDom Singleton

    JsDom Singleton

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

    Permalink
    Annotations
    @native() @JSGlobal( "window" )

Inherited from AnyRef

Inherited from Any

Ungrouped