/** * Expects an object containing a blob, a start offset, an end offset * and an optional content type to slice the blob. Returns an object * containing the size and type of the sliced blob.
*/
onmessage = function (event) { var blob = event.data.blob; var start = event.data.start; var end = event.data.end; var contentType = event.data.contentType;
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.