Commit 73375ff
authored
Don't use ReadableStream as an asyncIterator (#5144)
# Description of Changes
Reverts part of #4561. Fixes an issue with
`ReadableStream[Symbol.asyncIterator]` not being defined on safari until
recently.
# Expected complexity level and risk
1
# Testing
- [x] Chrome <!-- Confirmed by @coolreader18 -->
- [x] Firefox <!-- Confirmed by @coolreader18 -->
- [x] Safari <!-- Confirmed by @joshua-spacetime --> (Run a web template
project in safari with `.withCompression('gzip')`)1 parent 0922704 commit 73375ff
1 file changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
36 | 51 | | |
0 commit comments