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 tostringencodeURI()↔ to encodestringto 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