Skip to main content

PHPWebLoaderOptions

Index

Properties

optionalemscriptenOptions

emscriptenOptions?: EmscriptenOptions

optionalextensions

extensions?: PHPWebExtension[]

PHP extensions to install before the runtime starts.

Use built-in names such as intl, or pass an external JSPI extension source such as a manifest.

optionalonPhpLoaderModuleLoaded

onPhpLoaderModuleLoaded?: (module: PHPLoaderModule) => void

Type declaration

    • (module: PHPLoaderModule): void
    • Parameters

      • module: PHPLoaderModule

      Returns void

optionaltcpOverFetch

tcpOverFetch?: TCPOverFetchOptions

optionalwithIntl

withIntl?: boolean
@deprecated

Use extensions: ['intl'] instead.