Baseline Widely available
AggregateError
ì¸ì¤í´ì¤ì errors
ë°ì´í° ìì±ìë ì§ê³ë ì¤ë¥ë¥¼ ëíë´ë ë°°ì´ì´ í¬í¨ëì´ ììµëë¤.
Array
ì´ë©°, AggregateError()
ìì±ìì 첫 ë²ì§¸ ì¸ìë¡ ì ë¬ë ë°ë³µê³¼ ëì¼í ììì ê°ì ê°ì§ê³ ììµëë¤.
try {
throw new AggregateError(
// An iterable of errors
new Set([new Error("some error"), new Error("another error")]),
"Multiple errors thrown",
);
} catch (err) {
console.log(err.errors);
// [
// Error: some error,
// Error: another error
// ]
}
ëª
ì¸ì ë¸ë¼ì°ì í¸íì± ê°ì´ 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4