Turns a location ref into its string form.
A location ref, e.g. { type: 'url', target: 'https://host' }
{ type: 'url', target: 'https://host' }
A string-form location ref, e.g. 'url:https://host'
'url:https://host'
Turns a location ref into its string form.