Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'brotli' plugin #681

Merged
merged 2 commits into from
Oct 26, 2024
Merged

Conversation

into-the-v0id
Copy link
Contributor

Description

Add plugin to compress files with brotli.

Uses https://deno.land/x/[email protected]

Related Issues

None

Check List

  • Have you read the
    CODE OF CONDUCT
  • Have you read the document
    CONTRIBUTING
    • One pull request per feature. If you want to do more than one thing,
      send multiple pull request.
    • Write tests.
    • Run deno fmt to fix the code format before commit.
    • Document any change in the CHANGELOG.md.

into-the-v0id added a commit to into-the-v0id/lume that referenced this pull request Oct 24, 2024
@oscarotero
Copy link
Member

Thanks!
Some of the comments in #680 can be applied here.

@into-the-v0id
Copy link
Contributor Author

Note: CompressionStream cannot be used for this plugin since it only implements deflate based compression algorithms - so it does not support brotli.

into-the-v0id added a commit to into-the-v0id/lume that referenced this pull request Oct 25, 2024
@into-the-v0id
Copy link
Contributor Author

PR updated to use a processor instead of a event.

@oscarotero oscarotero merged commit 95b612b into lumeland:main Oct 26, 2024
6 checks passed
@oscarotero
Copy link
Member

thank you!

@into-the-v0id into-the-v0id deleted the feature/plugin-brotli branch October 26, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants