Skip to main content

STATIC_METHODS

Constant STATIC_METHODS 

Source
pub const STATIC_METHODS: &[&str];
Expand description

Statics on the URL CLASS — distinct from MODULE_METHODS, which are the legacy require('url') functions.

createObjectURL/revokeObjectURL are absent because Blob is not implemented; they would have nothing to register.