SDK v4
#88
Replies: 2 comments
-
A new branch sdk-v4 is started |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We decided to share new ideas for the next version of SDK with you. We would love to know your thoughts about these changes and suggestions.
1. Drop old browsers
These changes will simplify the code and add new opportunities for future changes.
2. Headless browsers
Allow to block the work of automatic scripts. It will also not waste quota during QA tests.
3. Block email list
In addition to the list, we need to set up the target in which dynamic variable the value is the email address.
4. Client-side limit rating
The rating status will be saved in the local storage to avoid a timeout reset due to page refresh. Saved per page.
However, it will also be possible to specify a custom ID or ID for all requests from the application.
Pros of the limit rate on the client side: these requests will not consume the account quota.
5. Pass a "options" variable instead of the "publicKey"
Beta Was this translation helpful? Give feedback.
All reactions