Convenience wrapper around the core crypto Hash class with simpler API and better defaults. The operation is executed using worker_threads. A thread is lazily spawned on the first operation and lives ...
Existing url-loader always does Base64 encoding for data-uri. As SVG content is a human-readable xml string, using base64 encoding is not mandatory. Instead, one may only escape unsafe characters and ...