/* 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/. */ "use strict";
// Make this available to both AMD and CJS environments
define(function (require, exports, module) { // Dependencies const React = require("resource://devtools/client/shared/vendor/react.mjs");
/** *CreateReactfactoriesforgivenarguments. *Example: *const{ *Tabs, *TabPanel *}=createFactories(ChromeUtils.importESModule("devtools/client/shared/components/tabs/Tabs.mjs"));
*/ function createFactories(args) { const result = {}; for (const p in args) {
result[p] = React.createFactory(args[p]);
} return result;
}
module.exports = {
createFactories,
};
});
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.0 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.