void drawElements(
int mode,
int count,
int type,
int offset
)

Not documented.

Source

@DomName('WebGLRenderingContext.drawElements')
@DocsEditable()
void drawElements(int mode, int count, int type, int offset) => _blink.BlinkWebGLRenderingContext.instance.drawElements_Callback_4_(unwrap_jso(this), mode, count, type, offset);