'use strict';
var replace = String.prototype.replace;
var percentTwenties = /%20/g;
module.exports = {
'default': 'RFC3986',
formatters: {
RFC1738: function (value) {
return replace.call(value, percentTwenties, '+');
},
RFC3986: function (value) {
return value;
}
},
RFC1738: 'RFC1738',
RFC3986: 'RFC3986'
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| formats.js | File | 387 B | 0644 |
|
| index.js | File | 211 B | 0644 |
|
| parse.js | File | 5.68 KB | 0644 |
|
| stringify.js | File | 6.14 KB | 0644 |
|
| utils.js | File | 5.42 KB | 0644 |
|