-
🤔 @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) andBody.body
(developer.mozilla.org/en-US/docs/Web/API/Body/body) return aReadableStream
. How do I get a complete list? 🙏 -
Still stuck on this one. Maybe @chrisdavidmills has an idea!?