-
So for example if the user visits: How do I get the URL search params: |
Beta Was this translation helpful? Give feedback.
Answered by
Kietyo
Mar 21, 2024
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kietyo
-
There is also You can use for example:
|
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
In your common source directory, you can define a function like this:
Then you can implement target specific implementations.
jvm:
js:
You can use this function to get the url search params, here's an example of what it looks like in the console: