- From: Hannan Ali <notifications@github.com>
- Date: Tue, 17 Oct 2017 12:15:43 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 October 2017 12:16:08 UTC
Adding a random values readable stream that generates a finites amount of random values using WebCrypto's getRandomValues method. This is a small demo, any suggestions to improve this demo are welcomed.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/844
-- Commit Summary --
* add random values stream demo
-- File Changes --
M demos/index.html (11)
A demos/random-values-stream/README.md (12)
A demos/random-values-stream/index.html (53)
A demos/random-values-stream/index.js (217)
A demos/random-values-stream/styles.css (11)
-- Patch Links --
https://github.com/whatwg/streams/pull/844.patch
https://github.com/whatwg/streams/pull/844.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/844
Received on Tuesday, 17 October 2017 12:16:08 UTC