Skip to main content

PROTOTYPE_METHODS

Constant PROTOTYPE_METHODS 

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

The methods installed on the real Uint8Array.prototype object (as @proto:Uint8Array:<m> thunks), so Uint8Array.prototype.slice.call(x) keeps working now that the prototype is an object rather than a Builtin namespace whose every property read synthesized a thunk.