-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update internalerror #10581
docs: update internalerror #10581
Conversation
files/zh-cn/web/javascript/reference/global_objects/internalerror/index.md
Outdated
Show resolved
Hide resolved
Preview URLs Flaws (2)URL:
(comment last updated: 2022-12-10 14:30:34) |
files/zh-cn/web/javascript/reference/global_objects/internalerror/index.md
Outdated
Show resolved
Hide resolved
- {{jsxref("Error.prototype.message", "InternalError.prototype.message")}} | ||
- : 错误信息。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.name", "InternalError.prototype.name")}} | ||
- : 错误名称。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.cause", "InternalError.prototype.cause")}} | ||
- : 错误原因。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.fileName", "InternalError.prototype.fileName")}} {{Non-standard_Inline}} | ||
- : 引起错误的文件路径。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.lineNumber", "InternalError.prototype.lineNumber")}} {{Non-standard_Inline}} | ||
- : 引起错误位置的行编号。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.columnNumber", "InternalError.prototype.columnNumber")}} {{Non-standard_Inline}} | ||
- : 引起错误位置的列编号。从 {{jsxref("Error")}} 继承。 | ||
- {{jsxref("Error.prototype.stack", "InternalError.prototype.stack")}} {{Non-standard_Inline}} | ||
- : 堆栈跟踪信息。从 {{jsxref("Error")}} 继承。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可参考这个(直接复制替换即可):
translated-content/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.md
Lines 19 to 32 in 6412b21
- {{jsxref("Error.prototype.message")}} | |
- : 错误消息。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.name")}} | |
- : 错误名称。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.cause")}} | |
- : 表示导致当前错误被抛出的原因。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.fileName")}} {{non-standard_inline}} | |
- : 引发此错误的文件的路径。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.lineNumber")}} {{non-standard_inline}} | |
- : 引发此错误的代码所在的文件的行号。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.columnNumber")}} {{non-standard_inline}} | |
- : 引发此错误的代码在文件中所在行的列号。继承自 {{jsxref("Error")}}。 | |
- {{jsxref("Error.prototype.stack")}} {{non-standard_inline}} | |
- : 堆栈跟踪。继承自 {{jsxref("Error")}}。 |
files/zh-cn/web/javascript/reference/global_objects/internalerror/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: A1lo <[email protected]>
Description
remove the
{{page}}
macroMotivation
Additional details
Related issues and pull requests
part of #3893