blob: 5bbe4467f36de85a33412d26d90abbb00c6415da [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `ReadableStreamType` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `ReadableStreamType`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ReadableStreamType {
Bytes = "bytes",
}