The reason is that (to the best of my knowledge) PBKDF2 is not supported on IE11.
The failure is NotSupportedError returned by native IE11 subtle upon importKey() call with PBKDF2. Here are the args:

I know this library does not officially support IE11, however I have nowhere else to go 😂 until Microsoft deprecates its IE-based webview for Office.js add-ins.
As far as I can see, the liner already supports PBKDF2 fallback, can any tweaks be made at the wrapNative level to enable this scenario?..
The reason is that (to the best of my knowledge) PBKDF2 is not supported on IE11.
The failure is NotSupportedError returned by native IE11 subtle upon
importKey()call with PBKDF2. Here are the args:I know this library does not officially support IE11, however I have nowhere else to go 😂 until Microsoft deprecates its IE-based webview for Office.js add-ins.
As far as I can see, the liner already supports PBKDF2 fallback, can any tweaks be made at the
wrapNativelevel to enable this scenario?..