whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.35k stars 160 forks source link

Meta: make fetch() reference more precise #1258

Closed annevk closed 1 year ago

annevk commented 1 year ago

Preview | Diff

annevk commented 1 year ago

Now it's failing on "constructor operation" and that's harder to find a suitable replacement for.

@ricea @domenic @MattiasBuelens could you please sort this out?

MattiasBuelens commented 1 year ago

It looks like we intend to use "constructor operation" from WebIDL, but that doesn't export a proper definition (i.e. no <dfn export>).

annevk commented 1 year ago

Tried "constructor steps" which is roughly equivalent... I guess if it's really about the signature it might not be what you want though.