mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-29 04:31:33 +00:00
Port Date
tests to wasm
This commit is contained in:
@ -1595,7 +1595,7 @@ extern "C" {
|
||||
///
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/valueOf
|
||||
#[wasm_bindgen(method, js_name = valueOf)]
|
||||
pub fn value_of(this: &Date) -> Date;
|
||||
pub fn value_of(this: &Date) -> f64;
|
||||
}
|
||||
|
||||
// Object.
|
||||
|
Reference in New Issue
Block a user