HTMLCanvasElement.mozGetAsFile

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto mozGetAsFile(string name, Optional!(T1) type)
    struct HTMLCanvasElement
    nothrow
    mozGetAsFile
    (
    T1
    )
    (
    string name
    ,
    scope auto ref Optional!(T1) type
    )
    if (
    isTOrPointer!(T1, string)
    )
  2. auto mozGetAsFile(string name)

Meta