/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
[scriptable, uuid(5fcffbb9-be62-49b1-b8a1-36e820787a74)]
interface nsIHangReport : nsISupports
{
readonly attribute Element scriptBrowser;
readonly attribute ACString scriptFileName; // Duration of the hang so far.
readonly attribute double hangDuration;
readonly attribute AString addonId;
// The child id of the process in which the hang happened.
readonly attribute unsignedlonglong childID;
// Called by front end code when user ignores or cancels // the notification. void userCanceled();
// Terminate the slow script if it is still running. void terminateScript();
// Ask the content process to start up the slow script debugger. void beginStartingDebugger();
// Inform the content process that the slow script debugger has finished // spinning up. The content process will run a nested event loop until this // method is called. void endStartingDebugger();
// Inquire whether the report is for a content process loaded by the given // frameloader, or any descendents in its BrowsingContext tree.
boolean isReportForBrowserOrChildren(in FrameLoader aFrameLoader);
};
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-24)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.