API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceContainerReaderOptions
@codexo/exojs / assets / stable
How a ContainerReader is opened.
2
props
0
methods
0
events
Import
import { ContainerReaderOptions } from '@codexo/exojs'How a ContainerReader is opened.
Properties2
init?: RequestInitForwarded to every request the reader makes - signal, credentials, headers.
Where to keep blocks between visits. Given one, a reader consults it before the network and offers it every block it fetches, which is what makes a second load of a changed pack cost only the blocks that changed.
Source