File tree Expand file tree Collapse file tree
src/KristofferStrube.Blazor.FileAPI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44namespace KristofferStrube . Blazor . FileAPI ;
55
6+ /// <summary>
7+ /// <see href="https://www.w3.org/TR/FileAPI/#enumdef-endingtype">EndingType browser specs</see>
8+ /// </summary>
69[ JsonConverter ( typeof ( EnumDescriptionConverter < EndingType > ) ) ]
710public enum EndingType
811{
Original file line number Diff line number Diff line change 44namespace KristofferStrube . Blazor . FileAPI ;
55
66/// <summary>
7- /// <see href="https://www.w3.org/TR/FileAPI/#dfn-filereader">File browser specs</see>
7+ /// <see href="https://www.w3.org/TR/FileAPI/#dfn-filereader">FileReader browser specs</see>
88/// </summary>
99public class FileReader : BaseJSWrapper
1010{
Original file line number Diff line number Diff line change 11namespace KristofferStrube . Blazor . FileAPI ;
22
3+ /// <summary>
4+ /// <see href="https://www.w3.org/TR/FileAPI/#typedefdef-blobpart">BlobPart browser specs</see>
5+ /// </summary>
36public class BlobPart
47{
58 internal readonly byte [ ] ? byteArrayPart ;
Original file line number Diff line number Diff line change 22
33namespace KristofferStrube . Blazor . FileAPI ;
44
5+ /// <summary>
6+ /// <see href="https://www.w3.org/TR/FileAPI/#dfn-BlobPropertyBag">BlobPropertyBag browser specs</see>
7+ /// </summary>
58public class BlobPropertyBag
69{
710 /// <summary>
Original file line number Diff line number Diff line change 22
33namespace KristofferStrube . Blazor . FileAPI ;
44
5+ /// <summary>
6+ /// <see href="https://www.w3.org/TR/FileAPI/#dfn-FilePropertyBag">FilePropertyBag browser specs</see>
7+ /// </summary>
58public class FilePropertyBag : BlobPropertyBag
69{
710 /// <summary>
Original file line number Diff line number Diff line change 33namespace KristofferStrube . Blazor . FileAPI ;
44
55/// <summary>
6- /// <see href="https://xhr.spec.whatwg.org/#progressevent">File browser specs</see>
6+ /// <see href="https://xhr.spec.whatwg.org/#progressevent">ProgressEvent browser specs</see>
77/// </summary>
88public class ProgressEvent : BaseJSWrapper
99{
Original file line number Diff line number Diff line change 33namespace KristofferStrube . Blazor . FileAPI ;
44
55/// <summary>
6- /// <see href="https://www.w3.org/TR/FileAPI/#creating-revoking">Blob browser specs</see>
6+ /// <see href="https://www.w3.org/TR/FileAPI/#url">URL browser specs</see>
77/// </summary>
88public class URL
99{
You can’t perform that action at this time.
0 commit comments