You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return the result of running the normalize an algorithm algorithm, with the alg set to a new Algorithm dictionary whose name attribute is alg, and with the op set to op.
But the alg argument is defined as AlgorithmIdentifier, which means it must be either an object or a DOMString and doesn't include that dictionary type.
The text was updated successfully, but these errors were encountered:
Normalize an algorithm calls itself with alg set to an Algorithm dictionary:
But the alg argument is defined as AlgorithmIdentifier, which means it must be either an
object
or aDOMString
and doesn't include that dictionary type.The text was updated successfully, but these errors were encountered: