// Test black boxing a source while pausing in the source const { error, sources } = await threadFront.getSources(); Assert.ok(!error, "Should not get an error: " + error); const sourceFront = threadFront.source(
sources.filter(s => s.url == BLACK_BOXED_URL)[0]
);
const pausedInSource = await blackBox(sourceFront); Assert.ok(
pausedInSource, "We should be notified that we are currently paused in this source"
);
await threadFront.resume();
})
);
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 ist noch experimentell.