| commit | 03eed275933d1e7b79bc3901650eeb87f0ba7875 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Fri Jun 23 11:11:38 2017 -0700 |
| committer | GitHub <noreply@github.com> | Fri Jun 23 11:11:38 2017 -0700 |
| tree | 035828157a6f0718b7421adffd66eccde480375f | |
| parent | 9f817bc9be4211f10c413d3516cd1620171e7999 [diff] |
Fix broadcast bug for Audit and clarify behavior (dart-lang/stream_transform#22) - Use `fromHandlers` to correctly handle broadcast Streams. - Clarify in the Doc comment the behavior difference from `debounce` - Add a test which makes explicit the difference from `debounce` - all the other tests also pass with `debounce`.