manifold-3d
    Preparing search index...

    The worker has encountered an error.

    After an error, the state of the worker is undefined. Discard it and re-instantiate.

    The stack trace format is platform dependant. Errors should be formatted into something vaguely node-ish.

    interface Error {
        message: string;
        name?: string;
        stack?: string;
        type: "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string
    name?: string
    stack?: string
    type: "error"