mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #882] sharedState should be global and share between scripts #876
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#876
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 @NghiaTranUIT on GitHub (May 8, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/882
Originally assigned to: @NghiaTranUIT on GitHub.
Description
At the moment, we can use
sharedStateto share data from Request and Response in the same script. The data will be wiped out when we run again.To make it's easier, we should make
sharedStatebecomes a global object and share between scripts.Acceptance Criteria
sharedStateis remaining the value from different scripts@NghiaTranUIT commented on GitHub (May 8, 2021):
Done: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.24.0_Global_ShareState_Scripting.dmg
It will increase the counter as soon as we run a script.