Skip to content

createChildContext

createChildContext(parent, init?): FSContext & object

Defined in: src/internal/contexts.ts:129

Internal

Create a blank FS Context

FSContext

ContextInit = {}

FSContext & object

Make sure parent root can’t be escaped

This exists so that kIsContext is not exported and to make sure the context is “secure”.