Enum ChunkLoading

Source
pub enum ChunkLoading {
    Edge,
    NodeJs,
    Dom,
}

Variants§

§

Edge

§

NodeJs

CommonJS in Node.js

§

Dom