assertEq(s.source, source);
assertEq(source.introductionType, "wasm");
assertEq(source.introductionScript, s); // Wasm sources shouldn't be considered source mapped.
assertEq(!source.sourceMapURL, true);
assertThrowsInstanceOf(() => source.sourceMapURL = 'foo', Error); // We must have some text.
assertEq(!!source.text, true);
// TODOshu: Wasm is moving very fast and what we return for these values is // currently not interesting to test. Instead, test that they do not throw.
source.url;
source.displayURL;
source.introductionOffset;
source.elementAttributeName;
Messung V0.5
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
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.