tomayac’s avatartomayac’s Twitter Archive—№ 16,619

    1. 🤔 @MozDevNet—Is there a way to find all properties or methods that return objects of a certain data type? E.g., I know that Blob.stream() (developer.mozilla.org/en-US/docs/Web/API/Blob/stream) and Body.body (developer.mozilla.org/en-US/docs/Web/API/Body/body) return a ReadableStream. How do I get a complete list? 🙏
  1. …in reply to @tomayac
    Still stuck on this one. Maybe @chrisdavidmills has an idea!?