object Runtime extends Object

Annotations
@JSGlobal("chrome.runtime") @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Runtime
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AppID = String

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def connect(extensionId: UndefOr[AppID] = undefined, connectInfo: UndefOr[ConnectInfo] = undefined): Port
  7. def connectNative(application: String): Port
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getBackgroundPage(callback: Function1[Window, _]): Unit
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getManifest(): Manifest
  14. def getPackageDirectoryEntry(callback: Function1[DirectoryEntry, _]): Unit
  15. def getPlatformInfo(callback: Function1[PlatformInfo, _]): Unit
  16. def getURL(path: String): String
  17. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val id: AppID
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. def lastError: UndefOr[Error]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val onBrowserUpdateAvailable: Event[Function0[_]]
  27. val onConnect: Event[Function1[Port, _]]
  28. val onConnectExternal: Event[Function1[Port, _]]
  29. val onInstalled: Event[Function1[OnInstalledDetails, _]]
  30. val onMessage: Event[Function3[UndefOr[Any], MessageSender, Function1[Any, _], Boolean]]
  31. val onMessageExternal: Event[Function3[UndefOr[Any], MessageSender, Function1[Any, _], Boolean]]
  32. val onRestartRequired: Event[Function1[RestartReason, _]]
  33. val onStartup: Event[Function0[_]]
  34. val onSuspend: Event[Function0[_]]
  35. val onSuspendCanceled: Event[Function0[_]]
  36. val onUpdateAvailable: Event[Function1[OnUpdateAvailableDetails, _]]
  37. def openOptionsPage(callback: UndefOr[Function0[_]]): Unit
  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. def reload(): Unit
  40. def requestUpdateCheck(callback: Function2[Status, UndefOr[Details], _]): Unit
  41. def restart(): Unit
  42. def sendMessage(extensionId: UndefOr[AppID] = undefined, message: Any, options: UndefOr[SendMessageOptions] = undefined, responseCallback: UndefOr[Function1[Object, _]] = js.undefined): Unit
  43. def sendNativeMessage(application: String, message: Object, responseCallback: UndefOr[Function1[Object, _]]): Unit
  44. def setUninstallURL(url: String): Unit
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def valueOf(): Any
    Definition Classes
    Object
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped