Encodes part of URI.
In contrast to standard encodeURIComponent function, this one follows RFC3869 requirements and percent-encodes all URI reserved characters.
Standard decodeURIComponent function can be used to decode URI.
Part of URI to encode.
Encoded URI part.
Generated using TypeDoc
Encodes part of URI.
In contrast to standard encodeURIComponent function, this one follows RFC3869 requirements and percent-encodes all URI reserved characters.
Standard decodeURIComponent function can be used to decode URI.