From 192e9f4e82a2ad89ac985e715d63b70be9bf5996 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:03:42 +0900 Subject: Tools以下の文書内のリンクURLを正規化 (#2367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/tools/web_console/remoting/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/tools/web_console/remoting/index.html') diff --git a/files/ja/tools/web_console/remoting/index.html b/files/ja/tools/web_console/remoting/index.html index d134c5b1f4..ea9a9354ad 100644 --- a/files/ja/tools/web_console/remoting/index.html +++ b/files/ja/tools/web_console/remoting/index.html @@ -262,7 +262,7 @@ debuggerClient.attachConsole(tab.consoleActor, listeners, onAttachConsole)

ページエラー

-

ページエラーは nsIConsoleService から発生します。許可される各ページエラーは nsIScriptError オブジェクトです。

+

ページエラーは nsIConsoleService から発生します。許可される各ページエラーは nsIScriptError オブジェクトです。

pageError パケットは次のとおりです。

@@ -302,7 +302,7 @@ debuggerClient.attachConsole(tab.consoleActor, listeners, onAttachConsole)

Firefox 23以前は、プロトコルを通じてJavaScriptオブジェクトを操作するために、別のアクタ(WebConsoleObjectActor)を使用しました。bug 783499では、デバッガからObjectActorを再利用するためにいくつかの変更を行いました。

-

コンソール API メッセージは nsIObserverService を経由します。コンソールオブジェクトの実装は dom/base/ConsoleAPI.js にあります。

+

コンソール API メッセージは nsIObserverService を経由します。コンソールオブジェクトの実装は dom/base/ConsoleAPI.js にあります。

サーバーで受信したコンソールメッセージごとに、次の consoleAPICall パケットをクライアントに送信します。

-- cgit v1.2.3-54-g00ecf