mime-types / mime-types-data

MIME Type registry data
Other
46 stars 31 forks source link

Rework provisional standard media type loading #53

Closed halostatue closed 1 year ago

halostatue commented 1 year ago

Instead of downloading, parsing, and saving in one pass, make this a three-pass operation:

  1. Download and parse from the IANA media types registry and the provisional media types registry.

  2. Merge the provisional media types into the appropriate media types.

  3. Save the primary media type files. (Remove "examples", which had previously been skipped, and the provisional registry).


This change is Reviewable