Data URI
↔ Scheme to encode data as string
& embed into HTML
aka URI, Uniform-Resource-Identifier, Inline-URI, Inline-Data-URI
Data URI encoding can rep binary files via text
References
decodeURI()
↔ to decode URI back tostring
encodeURI()
↔ to encodestring
to URI by escape char to rep UTF-8Magnet Link
↔ URI Scheme to embed torrent metadata, Tracker as stringURIError
↔ Exception when URI Handler (encodeURI()
||decodeURI()
) pass incorect args