Frida Docs Unified
    Preparing search index...

    Interface WorkerOptions

    interface WorkerOptions {
        onMessage?: MessageCallback;
    }
    Index

    Properties

    Properties

    onMessage?: MessageCallback

    Function to call when the worker emits a message using send().