You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -811,7 +804,7 @@ with. Optionally, the MimeType can be forcefully overridden if it was already re
811
804
| :------ | :------ | :------ | :------ |
812
805
|`mimeType`|`string`|`undefined`| MimeType to register this subclass constructor to. |
813
806
|`constructor`|[`FileTypeConstructor`](../modules.md#filetypeconstructor)|`undefined`| Constructor for a subclass of [File](File.md) that will be called if a file with a MimeType of `mimeType` is created. |
814
-
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an Error will be thrown if a subclass already registered to the MimeType. |
807
+
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an `Error` will be thrown if a subclass already registered to the MimeType. |
Copy file name to clipboardExpand all lines: docs/classes/AiffFile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -763,7 +763,7 @@ with. Optionally, the MimeType can be forcefully overridden if it was already re
763
763
| :------ | :------ | :------ | :------ |
764
764
|`mimeType`|`string`|`undefined`| MimeType to register this subclass constructor to. |
765
765
|`constructor`|[`FileTypeConstructor`](../modules.md#filetypeconstructor)|`undefined`| Constructor for a subclass of [File](File.md) that will be called if a file with a MimeType of `mimeType` is created. |
766
-
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an Error will be thrown if a subclass already registered to the MimeType. |
766
+
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an `Error` will be thrown if a subclass already registered to the MimeType. |
Copy file name to clipboardExpand all lines: docs/classes/ApeFile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -807,7 +807,7 @@ with. Optionally, the MimeType can be forcefully overridden if it was already re
807
807
| :------ | :------ | :------ | :------ |
808
808
|`mimeType`|`string`|`undefined`| MimeType to register this subclass constructor to. |
809
809
|`constructor`|[`FileTypeConstructor`](../modules.md#filetypeconstructor)|`undefined`| Constructor for a subclass of [File](File.md) that will be called if a file with a MimeType of `mimeType` is created. |
810
-
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an Error will be thrown if a subclass already registered to the MimeType. |
810
+
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an `Error` will be thrown if a subclass already registered to the MimeType. |
Copy file name to clipboardExpand all lines: docs/classes/AsfFile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -710,7 +710,7 @@ with. Optionally, the MimeType can be forcefully overridden if it was already re
710
710
| :------ | :------ | :------ | :------ |
711
711
|`mimeType`|`string`|`undefined`| MimeType to register this subclass constructor to. |
712
712
|`constructor`|[`FileTypeConstructor`](../modules.md#filetypeconstructor)|`undefined`| Constructor for a subclass of [File](File.md) that will be called if a file with a MimeType of `mimeType` is created. |
713
-
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an Error will be thrown if a subclass already registered to the MimeType. |
713
+
|`override`|`boolean`|`false`| If `true` and a subclass of [File](File.md) was already registered to `mimeType`, it will be forcefully overridden. If `false`, an `Error` will be thrown if a subclass already registered to the MimeType. |
0 commit comments