Services.scriptloader.loadSubScript( "chrome://mochitests/content/browser/ipc/glue/test/browser/head-multiple.js", this
);
add_setup(async function checkAudioDecodingNonUtility() { const isAudioDecodingNonUtilityAllowed = await SpecialPowers.getBoolPref( "media.allow-audio-non-utility"
);
ok(
!isAudioDecodingNonUtilityAllowed, "Audio decoding should not be allowed on non utility processes by default"
);
});
add_task(async function testAudioDecodingInUtility() {
await runTest({ expectUtility: true });
});
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.