The category of a downloaded asset.
@type t() :: :document | :image | :audio | :video | :font | :stylesheet | :script | :archive | :data | :other
@spec archive() :: t()
@spec audio() :: t()
@spec data() :: t()
@spec document() :: t()
@spec font() :: t()
@spec image() :: t()
@spec other() :: t()
@spec script() :: t()
@spec stylesheet() :: t()
@spec video() :: t()