-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Url.Builder.absolute ["file", "/path/bla"] []should result to
/file/%2Fpath%2Fbla
but currently results to
/file//path/bla
This is especially surprising due to documentation
Use Url.Builder instead! Functions like absolute, relative, and crossOrigin already do this automatically! percentEncode is only available so that extremely custom cases are possible, if needed.
turboMaCk, narumincho, hpate-omicron, ThomasWeiser, catz and 14 more