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
However some compiler settings (such as the ones used in gpuweb/cts) will actually consider new () to return any instead of the apparent usual default GPUOutOfMemoryError (I'm not exactly sure why), causing linter errors. Would be best to write the return type explicitly I think.
Currently IDL
interface
s with constructors will generatedeclare var
s like:However some compiler settings (such as the ones used in gpuweb/cts) will actually consider
new ()
to returnany
instead of the apparent usual defaultGPUOutOfMemoryError
(I'm not exactly sure why), causing linter errors. Would be best to write the return type explicitly I think.The text was updated successfully, but these errors were encountered: