Skip to content

bryanthomaschen/re-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-url

Reason bindings for Javascript's URL and URLSearchParams.

Note: URLSearchParams methods entries(), keys(), and values() current return a Js.Array.array_like('a) which you can use with Js.Array.from to obtain an array which can be further operated on.