summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_RtcDataChannel.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_RtcDataChannel.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_RtcDataChannel.rs')
-rw-r--r--vendor/web-sys/src/features/gen_RtcDataChannel.rs206
1 files changed, 206 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_RtcDataChannel.rs b/vendor/web-sys/src/features/gen_RtcDataChannel.rs
new file mode 100644
index 000000000..8f991858c
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_RtcDataChannel.rs
@@ -0,0 +1,206 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (extends = EventTarget , extends = :: js_sys :: Object , js_name = RTCDataChannel , typescript_type = "RTCDataChannel")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `RtcDataChannel` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub type RtcDataChannel;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = label)]
+ #[doc = "Getter for the `label` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/label)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn label(this: &RtcDataChannel) -> String;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = reliable)]
+ #[doc = "Getter for the `reliable` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/reliable)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn reliable(this: &RtcDataChannel) -> bool;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = maxPacketLifeTime)]
+ #[doc = "Getter for the `maxPacketLifeTime` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/maxPacketLifeTime)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn max_packet_life_time(this: &RtcDataChannel) -> Option<u16>;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = maxRetransmits)]
+ #[doc = "Getter for the `maxRetransmits` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/maxRetransmits)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn max_retransmits(this: &RtcDataChannel) -> Option<u16>;
+ #[cfg(feature = "RtcDataChannelState")]
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = readyState)]
+ #[doc = "Getter for the `readyState` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/readyState)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`, `RtcDataChannelState`*"]
+ pub fn ready_state(this: &RtcDataChannel) -> RtcDataChannelState;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = bufferedAmount)]
+ #[doc = "Getter for the `bufferedAmount` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedAmount)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn buffered_amount(this: &RtcDataChannel) -> u32;
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = bufferedAmountLowThreshold)]
+ #[doc = "Getter for the `bufferedAmountLowThreshold` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedAmountLowThreshold)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn buffered_amount_low_threshold(this: &RtcDataChannel) -> u32;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = bufferedAmountLowThreshold)]
+ #[doc = "Setter for the `bufferedAmountLowThreshold` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedAmountLowThreshold)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_buffered_amount_low_threshold(this: &RtcDataChannel, value: u32);
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = onopen)]
+ #[doc = "Getter for the `onopen` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onopen)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn onopen(this: &RtcDataChannel) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = onopen)]
+ #[doc = "Setter for the `onopen` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onopen)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_onopen(this: &RtcDataChannel, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = onerror)]
+ #[doc = "Getter for the `onerror` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onerror)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn onerror(this: &RtcDataChannel) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = onerror)]
+ #[doc = "Setter for the `onerror` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onerror)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_onerror(this: &RtcDataChannel, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = onclose)]
+ #[doc = "Getter for the `onclose` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onclose)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn onclose(this: &RtcDataChannel) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = onclose)]
+ #[doc = "Setter for the `onclose` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onclose)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_onclose(this: &RtcDataChannel, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = onmessage)]
+ #[doc = "Getter for the `onmessage` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onmessage)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn onmessage(this: &RtcDataChannel) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = onmessage)]
+ #[doc = "Setter for the `onmessage` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onmessage)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_onmessage(this: &RtcDataChannel, value: Option<&::js_sys::Function>);
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = onbufferedamountlow)]
+ #[doc = "Getter for the `onbufferedamountlow` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onbufferedamountlow)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn onbufferedamountlow(this: &RtcDataChannel) -> Option<::js_sys::Function>;
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = onbufferedamountlow)]
+ #[doc = "Setter for the `onbufferedamountlow` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/onbufferedamountlow)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn set_onbufferedamountlow(this: &RtcDataChannel, value: Option<&::js_sys::Function>);
+ #[cfg(feature = "RtcDataChannelType")]
+ # [wasm_bindgen (structural , method , getter , js_class = "RTCDataChannel" , js_name = binaryType)]
+ #[doc = "Getter for the `binaryType` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/binaryType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`, `RtcDataChannelType`*"]
+ pub fn binary_type(this: &RtcDataChannel) -> RtcDataChannelType;
+ #[cfg(feature = "RtcDataChannelType")]
+ # [wasm_bindgen (structural , method , setter , js_class = "RTCDataChannel" , js_name = binaryType)]
+ #[doc = "Setter for the `binaryType` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/binaryType)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`, `RtcDataChannelType`*"]
+ pub fn set_binary_type(this: &RtcDataChannel, value: RtcDataChannelType);
+ # [wasm_bindgen (method , structural , js_class = "RTCDataChannel" , js_name = close)]
+ #[doc = "The `close()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/close)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn close(this: &RtcDataChannel);
+ # [wasm_bindgen (catch , method , structural , js_class = "RTCDataChannel" , js_name = send)]
+ #[doc = "The `send()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn send_with_str(this: &RtcDataChannel, data: &str) -> Result<(), JsValue>;
+ #[cfg(feature = "Blob")]
+ # [wasm_bindgen (catch , method , structural , js_class = "RTCDataChannel" , js_name = send)]
+ #[doc = "The `send()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `Blob`, `RtcDataChannel`*"]
+ pub fn send_with_blob(this: &RtcDataChannel, data: &Blob) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "RTCDataChannel" , js_name = send)]
+ #[doc = "The `send()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn send_with_array_buffer(
+ this: &RtcDataChannel,
+ data: &::js_sys::ArrayBuffer,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "RTCDataChannel" , js_name = send)]
+ #[doc = "The `send()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn send_with_array_buffer_view(
+ this: &RtcDataChannel,
+ data: &::js_sys::Object,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "RTCDataChannel" , js_name = send)]
+ #[doc = "The `send()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `RtcDataChannel`*"]
+ pub fn send_with_u8_array(this: &RtcDataChannel, data: &[u8]) -> Result<(), JsValue>;
+}