Closed roman01la closed 5 years ago
Resolves #47
This PR removes usage of deprecated class goog.structs/Map. It's safe to use regular JavaScript object instead of Map since goog.Uri.QueryData/createFromMap takes a mapping from string keys to values in a form of either map or an object, see https://google.github.io/closure-library/api/goog.Uri.QueryData.html#QueryData.createFromMap
goog.structs/Map
Map
goog.Uri.QueryData/createFromMap
Merged, thank you Roman!
Resolves #47
This PR removes usage of deprecated class
goog.structs/Map
. It's safe to use regular JavaScript object instead ofMap
sincegoog.Uri.QueryData/createFromMap
takes a mapping from string keys to values in a form of either map or an object, see https://google.github.io/closure-library/api/goog.Uri.QueryData.html#QueryData.createFromMap