mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
fix url link
This commit is contained in:
parent
0f57398917
commit
f5e050d087
@ -256,7 +256,7 @@ extern {
|
|||||||
/// The toExponential() method returns a string representing the Number
|
/// The toExponential() method returns a string representing the Number
|
||||||
/// object in exponential notation.
|
/// object in exponential notation.
|
||||||
///
|
///
|
||||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
|
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toExponential
|
||||||
#[wasm_bindgen(catch, method, js_name = toExponential)]
|
#[wasm_bindgen(catch, method, js_name = toExponential)]
|
||||||
pub fn to_exponential(this: &Number, fraction_digits: u8) -> Result<String, JsValue>;
|
pub fn to_exponential(this: &Number, fraction_digits: u8) -> Result<String, JsValue>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user