Proxyman
Proxyman copied to clipboard
[Scripting] Support Binary Data via Uint8Array
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)
- Done: https://download.proxyman.io/beta/Proxyman_4.15.0_Support_Uint8Array_in_Scripting.dmg