mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
Merge pull request #957 from alexcrichton/promise-clone
js_sys: Add `#[derive(Clone, Debug)]` to `Promise`
This commit is contained in:
commit
e0b73abc7e
@ -4308,6 +4308,7 @@ extern "C" {
|
|||||||
///
|
///
|
||||||
/// [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
|
/// [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
|
||||||
#[wasm_bindgen(extends = Object)]
|
#[wasm_bindgen(extends = Object)]
|
||||||
|
#[derive(Clone, Debug)]
|
||||||
pub type Promise;
|
pub type Promise;
|
||||||
|
|
||||||
/// Creates a new `Promise` with the provided executor `cb`
|
/// Creates a new `Promise` with the provided executor `cb`
|
||||||
|
Loading…
Reference in New Issue
Block a user