/* 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/. */
// A kind of script, used by LoadedScript and its subclasses, and // ScriptFetchInfo. enumclass ScriptKind : uint8_t { // This is a classic script loaded by <script>.
eClassic,
// This is a module imported by <script type="module">, import declarations, // dynamic import, etc. // // This does not include JSON modules, CSS modules, and text modules, given // they're not represented by LoadedScript, and they don't have // ScriptFetchInfo.
eModule,
// An event handler script specified as a string. // // This is only for ScriptFetchInfo, to represent the fetch info associated // with the event handler script. // LoadedScript instance is not created for this.
eEvent,
// This is a import map JSON loaded by <script type="importmap">.
eImportMap,
};
} // namespace JS::loader
#endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.