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

feat(js): add more utility functions #108

Merged
merged 4 commits into from
May 4, 2024
Merged

feat(js): add more utility functions #108

merged 4 commits into from
May 4, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented May 4, 2024

This PR adds four new functions to the JavaScript runtime.

  • util.encode_url(string): string
  • util.decode_url(string): string?
  • util.encode_base64(string): string
  • util.decode_base64(string): string?

These functions are available in js filters including filter_post, filter_feed, and js.

@shouya shouya merged commit a958b23 into master May 4, 2024
2 checks passed
@shouya shouya deleted the more-encoding-api branch May 4, 2024 13:49
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.

1 participant