pub trait WebGLContextEventMethods {
    // Required methods
    fn StatusMessage(&self) -> DOMString;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§