getContextAttributes method

  1. @DomName('WebGLRenderingContext.getContextAttributes')
  2. @DocsEditable()
  3. @Creates('ContextAttributes|Null')
Map getContextAttributes ()

Implementation

@DomName('WebGLRenderingContext.getContextAttributes')
@DocsEditable()
@Creates('ContextAttributes|Null')
Map getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}