Closed FerrariAndrea closed 2 years ago
Added static funs to encode and decode (like URLEncoding) the query, instead of using our special chars patterns.
Done using the existing functions: encodeURIComponent and decodeURIComponent
encodeURIComponent
decodeURIComponent
Can we close this and use the ipfs branch instead?
Superseded by #20
Added static funs to encode and decode (like URLEncoding) the query, instead of using our special chars patterns.
Done using the existing functions:
encodeURIComponent
anddecodeURIComponent