trait Client extends Object

¶4.2 Client of Service Workers 1 spec.

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Client
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def frameType: FrameType
  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def id: String

    The id attribute must return its associated service worker client's id.

  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. def postMessage(message: Any, transfer: Sequence[Transferable] = null): Unit

    message

    the spec says this is of type any (?!)

    transfer

    https://html.spec.whatwg.org/multipage/infrastructure.html#transferable-objects

  6. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  7. def toLocaleString(): String
    Definition Classes
    Object
  8. def url: String

    The url attribute must return the context object's associated service worker client's serialized creation url.

  9. def valueOf(): Any
    Definition Classes
    Object