chrome.downloads.bindings

Downloads

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acceptDanger(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cancel(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def download(options: DownloadOptions, callback: UndefOr[Function1[Id, _]] = js.native): Unit

  11. def drag(id: Id): Unit

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def erase(query: Query, callback: UndefOr[Function1[Array[Id], _]] = js.native): Unit

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFileIcon(id: Id, options: UndefOr[FileIconOptions] = js.native, callback: UndefOr[Function1[UndefOr[String], _]]): Unit

  18. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val onChanged: Event[Function1[DownloadDelta, _]]

  26. val onCreated: Event[Function1[DownloadItem, _]]

  27. val onDeterminingFilename: Event[Function2[DownloadItem, (Option[Suggestion]) ⇒ Unit, _]]

  28. val onErased: Event[Function1[Id, _]]

  29. def open(id: Id): Unit

  30. def pause(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit

  31. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  32. def removeFile(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit

  33. def resume(id: Id, callback: UndefOr[Function0[_]] = js.native): Unit

  34. def search(query: Query, callback: Function1[Array[DownloadItem], _]): Unit

  35. def setShelfEnabled(enabled: Boolean): Unit

  36. def show(id: Id): Unit

  37. def showDefaultFolder(): Unit

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toLocaleString(): String

    Definition Classes
    Object
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def valueOf(): Any

    Definition Classes
    Object
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped