Package

org.scalajs

testinterface

Permalink

package testinterface

Visibility
  1. Public
  2. All

Type Members

  1. final class ScalaJSClassLoader extends ClassLoader

    Permalink

    DEPRECATED A dummy java.lang.ClassLoader that allows to store a JavaScript object against which classes are resolved.

    DEPRECATED A dummy java.lang.ClassLoader that allows to store a JavaScript object against which classes are resolved.

    The only reason it extends java.lang.ClassLoader is typing.

    Note

    ScalaJSClassLoader is deprecated, although it is not annotated with @deprecated for internal reasons. Use the reflection API in scala.scalajs.reflect.Reflect instead of matching against ScalaJSClassLoader.

Deprecated Value Members

  1. object TestUtils

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.25)

Ungrouped