Closed thedamon closed 9 years ago
I noticed that url('protocol', 'mailto:jim@flaubert.com') returns http.
url('protocol', 'mailto:jim@flaubert.com')
http
Is there any way to detect for 'non-web' URI schemes? (not sure on the exact nomenclature)
Just added support for this in v2.0.0 release :-)
url('protocol', 'mailto:rob@websanova.com'); // mailto url('email', 'mailto:rob@websanova.com'); // rob@websanova.com
I noticed that
url('protocol', 'mailto:jim@flaubert.com')
returnshttp
.Is there any way to detect for 'non-web' URI schemes? (not sure on the exact nomenclature)