Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Apr 15, 2024
1 parent 3d5e2a3 commit 83f3ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ const GS_URL_REGEXP = /^gs:\/\/([a-z0-9_.-]+)\/(.+)$/;

/**
* @private
* This regex will match compressible content types. These are primarily text/*, +json, +text, +xml content types.
* This was based off of mime-db and may periodically need to be updated if new compressible content types become
* standards.
*/
const COMPRESSIBLE_MIME_REGEX = new RegExp(
[
Expand Down

0 comments on commit 83f3ca3

Please sign in to comment.