Re: [whatwg/streams] Links to "a new promise", "a promise resolved with", etc. are broken (#1020)

Note that Web IDL is using the same anchor identifiers, but the phrases it uses for them are somewhat different -- so streams uses "a new promise" but Web IDL says "To create a new Promise<T> in a Realm realm".

It might be worth changing the streams language to the new Web IDL language -- including passing the current realm explicitly.

Or, streams could define its own internal operation -- presumably using the current language -- that invokes the new language, and passes along the current realm explicitly.

I haven't looked at all the affected operations, but it looks like this isn't as simple as I initially was thinking it was, of just changing some link URLs and that being that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1020#issuecomment-546547170

Received on Friday, 25 October 2019 23:55:58 UTC