ruffle-core
    Preparing search index...

    Enumeration BackgroundExecutionMode

    Represents the various background execution behaviours that are supported.

    Index

    Enumeration Members

    Enumeration Members

    None: "none"

    Ruffle will pause when the tab is hidden and resume when it becomes visible again.

    MainThread: "mainThread"

    Ruffle will keep running on the main thread while the tab is hidden, keeping audio and game logic alive at the cost of some background CPU usage.