getContextAttributes method

  1. @DomName('WebGL2RenderingContext.getContextAttributes')
  2. @DocsEditable()
  3. @Experimental()
Map getContextAttributes ()

Implementation

@DomName('WebGL2RenderingContext.getContextAttributes')
@DocsEditable()
@Experimental() // untriaged
Map getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}