FileSystemAPI
Defined in: namespaces-core-plugins.ts:899
Virtual filesystem / transfer-strategy provider registration.
QUIRK: BOTH methods throw NOT_AVAILABLE_FOR_JS_PLUGINS for JavaScript
plugins — this namespace is only functional for core-swift plugins. It is
typed here so the surface matches the host export.
Methods
Section titled “Methods”registerProvider()
Section titled “registerProvider()”registerProvider(
config):undefined
Defined in: namespaces-core-plugins.ts:901
Core-swift only; throws for JS plugins.
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”undefined
registerTransferStrategyProvider()
Section titled “registerTransferStrategyProvider()”registerTransferStrategyProvider(
config):undefined
Defined in: namespaces-core-plugins.ts:903
Core-swift only; throws for JS plugins.
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”undefined