mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 08:55:50 +03:00
[GH-ISSUE #526] Enhance Scripting Context with Built-in Utilities (Buffer, TextEncoder, TextDecoder, btoa, atob) #525
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kics223w1 on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/526
Originally assigned to: @kics223w1 on GitHub.
Description
The Scripting Context in Proxyman for Windows/Linux can be significantly enhanced.
By providing built-in support for commonly used utilities such as
Buffer,TextEncoder,TextDecoder,btoa, andatob, users can leverage these directly without needing to import external libraries or write additional helper functions.Example Code
Acceptance Criteria
Buffer,TextEncoder,TextDecoder,btoa, andatobto the Scripting Context.