pub fn dom_canvas_get_context( _it: &mut Interp, this: Value, args: &[Value], ) -> Result<Value, Value>
<canvas> 要素の getContext(contextId, options?) (HTML5 Canvas 2D Context API)。
<canvas>
getContext(contextId, options?)