You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? No, but
The case is that I need to persist one var through pages navigation. The way I got to do this was to copy the value to clipboard, and that works great, but now, I need to use that value as a position of a slice. Ex:
"blue,red,white".split(",")[Clipboard::Paste]; is what I imagined but it doesn't work
Solution I think
I think it might be usefull to allow the usage of Clipboard::Paste or Query param in Func::.
Alternative solution
Also, I think it would be great to put global vars, not js ones.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? No, but
The case is that I need to persist one var through pages navigation. The way I got to do this was to copy the value to clipboard, and that works great, but now, I need to use that value as a position of a slice. Ex:
"blue,red,white".split(",")[Clipboard::Paste]; is what I imagined but it doesn't work
Solution I think
I think it might be usefull to allow the usage of Clipboard::Paste or Query param in Func::.
Alternative solution
Also, I think it would be great to put global vars, not js ones.
The text was updated successfully, but these errors were encountered: