Its posible get Url params in html5 exported game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Phyron

Hi, I’m using godot 3.2.

I need to get the url params in godot html5 game. It is posible?

Example:
www.webpage.com?param1=45&param2=34

In this case, get param 1 and 2 in Godot.