Module assets

Source
Expand description

The Assets module allows you to read files that have been bundled by tauri during both compile time and runtime.

Structs§

AssetKey
Represent an asset file path in a normalized way.
EmbeddedAssets
[Assets] implementation that only contains compile-time compressed and embedded assets.

Enums§

CspHash
A Content-Security-Policy hash value for a specific directive. For more information see the MDN page.

Constants§

SCRIPT_NONCE_TOKEN
The token used for script nonces.
STYLE_NONCE_TOKEN
The token used for style nonces.

Type Aliases§

AssetsIter
Assets iterator.