Skip to main content

install

Function install 

Source
pub fn install(ctx: &Ctx<'_>, options: &ProcessOptions) -> Result<()>
Expand description

Install globalThis.process. Called once per realm (the values are realm-stable: env is the host’s resolved allow-list, cwd its sandbox root, and the monotonic clock anchors here). The runtime’s name and version come from crate::identity.

§Errors

Propagates the property writes.