Commit 43b81a9
authored
[Blazor] Generalize the Image component and add new components for Video and FileDownload
Introduces a suite of media components for efficiently handling non-HTTP sources (byte[]s or streams) with streaming through JS interop and browser-side caching. The suite includes Image, Video, and FileDownload which built on a shared foundation.1 parent 959c8e5 commit 43b81a9
File tree
22 files changed
+2371
-791
lines changed- src/Components
- Web.JS/src
- Rendering
- Web
- src
- Media
- test/Media
- test
- E2ETest/Tests
- testassets/BasicTestApp
- ImageTest
- MediaTest
22 files changed
+2371
-791
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments