Function web_sys::console::time_log_with_label_and_data_6
source · pub fn time_log_with_label_and_data_6(
label: &str,
data_1: &JsValue,
data_2: &JsValue,
data_3: &JsValue,
data_4: &JsValue,
data_5: &JsValue,
data_6: &JsValue
)
Expand description
The console.timeLog()
function.
This API requires the following crate features to be activated: console