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: | Bindings | Assignee: | 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 | ||
Myles C. Maxfield
DOMPromiseDeferred<IDLNullable<IDLInterface<GPUError>>> doesn't seem to work.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
Wait, IDLUnion might be what I want.
Myles C. Maxfield
Yeah, IDLUnion works.