[Bug 27755](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27755): Though the StreamsAPI is referenced in Informative Reference, the functions under window.crypto.subtle are specified with only one-shot data inputs. Use-cases: Data may not be available at once. Data may be too huge to keep in memory. For encrypt()/decrypt() it would make sense to have a streaming readable output if the input is a readable stream.