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 8260985 commit b477d30Copy full SHA for b477d30
src/content/docs/ja/develop/_sections/frontend-listen.mdx
@@ -51,7 +51,7 @@ unlisten();
51
ページが再読み込みされるか、別の URL に移動すると、リスナーは自動的に登録解除されます。
52
ただし、この仕組みは「シングル・ページ・アプリケーション(SPA)」ルーターには適用されません。
53
54
-> > > 《訳注》 **シングル・ページ・アプリケーション** 一つのページでコンテンツの切り替えを行なうアプリケーションや Web ページの構造。詳しくは [Wikioedia](https://ja.wikipedia.org/wiki/シングルページアプリケーション) を参照してください。
+> > > 《訳注》 **シングル・ページ・アプリケーション** 一つのページでコンテンツの切り替えを行なうアプリケーションや Web ページの構造。詳しくは [Wikipedia](https://ja.wikipedia.org/wiki/シングルページアプリケーション) を参照してください。
55
> > > :::
56
57
さらに、Tauri ではイベントを一度だけ検知(リッスン)するためのユーティリティ関数を提供しています:
0 commit comments