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

Source

@DomName('WebGL2RenderingContext.getContextAttributes')
@DocsEditable()
@Experimental() // untriaged
getContextAttributes() => convertNativeDictionaryToDartDictionary((_blink
    .BlinkWebGL2RenderingContext.instance
    .getContextAttributes_Callback_0_(this)));