/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
// Dispatch an "error" event at this object with the given name and type. void fireErrorEvent(in AString name, in AString type, in nsresult errorCode);
// Dispatch a "data" event at this object with a string void fireDataStringEvent(in AString type, in ACString data);
// Dispatch a "data" event at this object with an Array void fireDataArrayEvent(in AString type, in Array<uint8_t> data);
// Dispatch an event of the given type at this object. void fireEvent(in AString type);
// Update the DOM object's readyState. // @param readyState // new ready state void updateReadyState(in unsigned long readystate);
// Update the DOM object's bufferedAmount value with a tracking number to // to allow tracking of which writes are "in-flight" // @param bufferedAmount // TCPSocket parent's bufferedAmount. // @param trackingNumber // A number to ensure the bufferedAmount is updated after data // from child are sent to parent. void updateBufferedAmount(in uint32_t bufferedAmount,
in uint32_t trackingNumber);
};
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-27)
¤
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.