GlobalThis overview
Low-level Effect wrappers for globalThis and its usage via Context.
Added in v8.19.0
Table of contents
context
GlobalThis
A Context for the globalThis object
Signature
export declare const GlobalThis: Context.Tagged<GlobalThis, GlobalThis>
Added in v8.19.0
models
GlobalThis (interface)
A Context for the globalThis object
Signature
export interface GlobalThis extends Identity<typeof globalThis> {}
Added in v8.19.0
utils
makeDOMParser
Construct a new DOMParser
Signature
export declare const makeDOMParser: Effect.Effect<DOMParser, never, GlobalThis>
Added in v8.19.0