Deprecation: #88432 - Replaced md5.js with an AMD module
See forge#88432
Description
The file md5.
used to generate a MD5 hash in JavaScript has been marked as deprecated and replaced by an AMD module
TYPO3/
.
Impact
Using the global function MD5
will trigger a deprecation log entry in the browser's console.
Affected Installations
All installations using third party extensions that use MD5
of md5.
are affected.
Migration
Load the AMD module TYPO3/
via RequireJS as Md5
and call Md5.
instead.