You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file specs/1.0.3/webgl.idl contains typedefs inside interface definitions. This is not permitted by the IDL grammar, and prevents some IDL tools (specifically, webidl2.js) from parsing the file.
The typedefs are (with line numbers):
519 typedef (ArrayBuffer or ArrayBufferView) BufferDataSource;
646 typedef (ImageData or
647 HTMLImageElement or
648 HTMLCanvasElement or
649 HTMLVideoElement) TexImageSource;
The text was updated successfully, but these errors were encountered:
The file
specs/1.0.3/webgl.idl
contains typedefs inside interface definitions. This is not permitted by the IDL grammar, and prevents some IDL tools (specifically, webidl2.js) from parsing the file.The typedefs are (with line numbers):
The text was updated successfully, but these errors were encountered: