types icon indicating copy to clipboard operation
types copied to clipboard

GPUObjectBase label is "optional" but should be nullable

Open kainino0x opened this issue 5 years ago • 0 comments

GPUObjectBase has label: string | undefined but to match the IDL it should be label: string | null.

kainino0x avatar Feb 20 '21 01:02 kainino0x