pub fn wait_with_timeout_bigint(
    typed_array: &Int32Array,
    index: u32,
    value: i64,
    timeout: f64
) -> Result<JsString, JsValue>
Expand description

Like wait(), but with timeout

This method is used to operate on a BigInt64Array or a BigUint64Array.

MDN documentation