object Downloads extends Object

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

Type Members

  1. type Suggest = (Option[Suggestion]) ⇒ Unit

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. def acceptDanger(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def download(options: DownloadOptions, callback: UndefOr[Function1[Id, _]] = js.native): Unit
  9. def drag(id: Id): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def erase(query: Query, callback: UndefOr[Function1[Array[Id], _]] = js.native): Unit
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getFileIcon(id: Id, options: UndefOr[FileIconOptions] = js.native, callback: UndefOr[Function1[UndefOr[String], _]]): Unit
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val onChanged: Event[Function1[DownloadDelta, _]]
  24. val onCreated: Event[Function1[DownloadItem, _]]
  25. val onDeterminingFilename: Event[Function2[DownloadItem, Suggest, _]]
  26. val onErased: Event[Function1[Id, _]]
  27. def open(id: Id): Unit
  28. def pause(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. def removeFile(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit
  31. def resume(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit
  32. def search(query: Query, callback: Function1[Array[DownloadItem], _]): Unit
  33. def setShelfEnabled(enabled: Boolean): Unit
  34. def show(id: Id): Unit
  35. def showDefaultFolder(): Unit
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any
    Definition Classes
    Object
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped