Bug 232803

Summary: Bindings code doesn't seem to know how to resolve promises with an (a or b) type
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 232558    

Description Myles C. Maxfield 2021-11-07 17:35:24 PST
DOMPromiseDeferred<IDLNullable<IDLInterface<GPUError>>> doesn't seem to work.
Comment 1 Myles C. Maxfield 2021-11-07 17:56:17 PST
Wait, IDLUnion might be what I want.
Comment 2 Myles C. Maxfield 2021-11-07 18:21:10 PST
Yeah, IDLUnion works.