diff options
Diffstat (limited to 'files/ja/tools/debugger/break_on_dom_mutation/index.html')
-rw-r--r-- | files/ja/tools/debugger/break_on_dom_mutation/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/tools/debugger/break_on_dom_mutation/index.html b/files/ja/tools/debugger/break_on_dom_mutation/index.html index 4aca9399f6..91aee079ae 100644 --- a/files/ja/tools/debugger/break_on_dom_mutation/index.html +++ b/files/ja/tools/debugger/break_on_dom_mutation/index.html @@ -1,8 +1,9 @@ --- title: DOM イベントでブレークする -slug: Tools/Debugger/How_to/Break_on_a_DOM_event +slug: Tools/Debugger/Break_on_DOM_mutation translation_of: Tools/Debugger/Break_on_DOM_mutation translation_of_original: Tools/Debugger/How_to/Break_on_a_DOM_event +original_slug: Tools/Debugger/How_to/Break_on_a_DOM_event --- <div>{{ToolsSidebar}}</div><div class="note"> <p>この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を <code>false</code> に設定して、古いデバッガーに戻すことができます。</p> |