Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM ReadableStream.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_READABLESTREAMBINDINGFWD_H_
#define DOM_READABLESTREAMBINDINGFWD_H_
namespace mozilla {
namespace dom {
struct ReadableStreamGetReaderOptions;
struct ReadableStreamIteratorOptions;
struct ReadableWritablePair;
struct StreamPipeOptions;
class ReadableStream;
class ReadableStream AsyncIterator;
} // namespace dom
} // namespace mozilla
#endif // DOM_READABLESTREAMBINDINGFWD_H_