Class MimeTypeArray
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
IMPORTANT
DeprecatedMimeTypeArray interface returns an array of 'MimeType' instances, each of which contains information about a supported browser plugins. This object is returned by the deprecated Navigator.MimeTypes property.
[Value("MimeTypeArray")]
public class MimeTypeArray
- Inheritance
-
MimeTypeArray
- Inherited Members
Remarks
This interface was an attempt to create an unmodifiable list and only continues to be supported to not break code that's already using it. Modern APIs represent list structures using types based on JavaScript arrays, thus making many array methods available, and at the same time imposing additional semantics on their usage (such as making their items read-only).
Constructors
MimeTypeArray()
public MimeTypeArray()
Properties
Length
[Value("length")]
public ulong Length { get; }