[GH-ISSUE #1899] [Scripting] Support Binary Data via Uint8Array #1889

Open
opened 2026-03-03 19:55:12 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1899

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Currently, Proxyman v4.15.0 converts all binary data (from Swift) to base64 string for JavscriptCore (Scripting).

The problem is: JavascriptCore doesn't support the Data Type in Swift.

It's time to support Uint8Array.

Why this feature/change is important?

  • Easier to deal with the binary data from Swift and JavascriptCore (Scripting)
Originally created by @NghiaTranUIT on GitHub (Jan 4, 2024). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1899 Originally assigned to: @NghiaTranUIT on GitHub. ## Description Currently, Proxyman v4.15.0 converts all binary data (from Swift) to base64 string for JavscriptCore (Scripting). The problem is: JavascriptCore doesn't support the Data Type in Swift. It's time to support Uint8Array. ## Why this feature/change is important? - Easier to deal with the binary data from Swift and JavascriptCore (Scripting)
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 4, 2024):

<!-- gh-comment-id:1877180864 --> @NghiaTranUIT commented on GitHub (Jan 4, 2024): - Done: https://download.proxyman.io/beta/Proxyman_4.15.0_Support_Uint8Array_in_Scripting.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1889
No description provided.