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
For my application I'm having to convert betweeen ES6 Map (https://tc39.es/ecma262/#sec-map-objects) and Object in order to pass in and out of .search() in URI.js
It would be beneficial if there was a way to get/set the search string in a URI using Map rather than Object
The text was updated successfully, but these errors were encountered:
For my application I'm having to convert betweeen ES6 Map (https://tc39.es/ecma262/#sec-map-objects) and Object in order to pass in and out of
.search()
in URI.jsIt would be beneficial if there was a way to get/set the search string in a URI using
Map
rather thanObject
The text was updated successfully, but these errors were encountered: