(s: string)
| 535 | * http://www.site.org/html;mk=mv?k=v#f |
| 536 | */ |
| 537 | export function encodeUriFragment(s: string): string { |
| 538 | return encodeURI(s); |
| 539 | } |
| 540 | |
| 541 | /** |
| 542 | * This function should be run on any URI segment as well as the key and value in a key/value |
no outgoing calls
no test coverage detected
searching dependent graphs…