Package

bridge

Permalink

package bridge

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Hook extends AnyRef

    Permalink
  2. abstract class JSAccess[F[+_]] extends AnyRef

    Permalink

    Provide access to remote page with JavaScript engine

  3. abstract class JSArray[F[+_]] extends JSObj[F]

    Permalink

    JavaScript Array presentation

  4. abstract class JSLink[F[+_]] extends AnyRef

    Permalink

    Link to entity on page side.

    Link to entity on page side. By default, all links will be removed by GC cause its have no references in a page. PageLink give you ability to save() it. When you don't need the link no more you can free() it.

  5. abstract class JSObj[F[+_]] extends JSLink[F]

    Permalink

    JavaScript Object presentation.

Value Members

  1. object Hook

    Permalink

  2. object JSAccess

    Permalink

Ungrouped