Skip to main content

dom_canvas_to_blob

Function dom_canvas_to_blob 

Source
pub fn dom_canvas_to_blob(
    it: &mut Interp,
    _this: Value,
    args: &[Value],
) -> Result<Value, Value>
Expand description

<canvas> 要素の toBlob(callback, type, quality) (HTML5 Canvas)。