HTMLCanvasElement.toBlob

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void toBlob(BlobCallback _callback, string type, T2 quality)
    struct HTMLCanvasElement
    nothrow
    void
    toBlob
    (
    T2
    )
    (,
    string type
    ,
    scope auto ref T2 quality
    )
  2. void toBlob(BlobCallback _callback, string type)
  3. void toBlob(BlobCallback _callback)

Meta