- @DomName('CanvasRenderingContext2D.getContextAttributes')
- @DocsEditable()
- @Experimental()
Source
@DomName('CanvasRenderingContext2D.getContextAttributes') @DocsEditable() // http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL @Experimental() Map getContextAttributes() { return convertNativeToDart_Dictionary(_getContextAttributes_1()); }