Commit a682b9b
authored
Merge pull request #21 from KristofferStrube/fix/fixed-method-that-would-break-for-null-response
Fixed that `ReadableByteStreamController.GetBYOBRequestAsync` could not handle when the `byobRequest` was `null`.2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/KristofferStrube.Blazor.Streams/ReadableStream
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments