SongGuess
    Preparing search index...

    The WebAssembly.RuntimeError object is the error type that is thrown whenever WebAssembly specifies a trap.

    interface RuntimeError {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy

    • Error
      • RuntimeError
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string