Categories

MIME Configuration

Categories: Utilities | Properties of jQueryConfig

jQueryConfig.mime[ options ]

Plugin: jQuery.mime

Description: Configure default values for future MIME calls.

  • jQueryConfig.mime[ options ]

    version added: 1.0

All subsequent jQuery.mime() calls will use the configured options.

  • unknow

    version added: 1.0

    A value for unknown MIME types.

    Default: 'application/octet-stream'

  • groups

    version added: 1.0

    A map of advanced MIME groups with sets of MIME types.

    Default: { ... }

  • mimeRegxMap

    version added: 1.0

    A map of MIME types/regular expression pairs to find MIME types by file extension.

    Default: { ... }