1,295
edits
Line 99: | Line 99: | ||
// When set, the stream is blocked while it is not an input to any StreamProcessor. | // When set, the stream is blocked while it is not an input to any StreamProcessor. | ||
attribute boolean waitForUse; | attribute boolean waitForUse; | ||
// When the stream enters the "ended" state, an HTML task is queued to run this callback. | // When the stream enters the "ended" state, an HTML task is queued to run this callback. | ||
attribute Function onended; | attribute Function onended; |
edits