神岛 API 文档 - ArenaPro版
    Preparing search index...

    表示一个错误,当 encodeURI()decodeURI() 函数的参数无效时抛出。

    Represents an error that is thrown when the parameters of encodeURI() or decodeURI() are invalid.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    错误消息。

    The error message.

    name: string

    错误的名称。

    The name of the error.

    stack?: string

    (非标准)调用堆栈。

    (Non-standard) The call stack.