webbind 0.1.44

Rust bindings for the web api, auto-generated from WebIDL
Documentation
1
2
3
4
5
6
7
8
use super::*;

/// The gc function from the TestUtils namespace.
pub fn gc() -> Promise<Undefined> {
    Any::global("TestUtils")
        .call("gc", &[])
        .as_::<Promise<Undefined>>()
}