We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c646 commit 60bffa3Copy full SHA for 60bffa3
src/components/Term/definitions.ts
@@ -527,7 +527,7 @@ export const terms: Term[] = [
527
aliases: ["非同期関数"],
528
definition:
529
"処理を実行する際、その完了を待たずに呼び出し元の処理が続行されるような処理。JavaScriptでは、asyncキーワードをつけた関数は非同期処理を行うための関数となり、内部ではawaitキーワードにより他の非同期処理を呼び出してその結果を待機できるようになる。",
530
- referencePage: "/docs/web-servers/database/",
+ referencePage: "/docs/web-servers/fetch-api/",
531
},
532
{
533
id: "environment-variable",
0 commit comments