JarJasAskom
JarJasAskom
Call stack is: Microsoft.JSInterop.JSException HResult=0x80131500 Message=element.addEventListener is not a function TypeError: element.addEventListener is not a function at Module.RegisterKeyCode (http://localhost:5067/_content/Microsoft.FluentUI.AspNetCore.Components/Components/KeyCode/FluentKeyCode.razor.js:47:17) at http://localhost:5067/_framework/blazor.web.js:1:3244 at new Promise () at y.beginInvokeJSFromDotNet (http://localhost:5067/_framework/blazor.web.js:1:3201) at gn._invokeClientMethod...
How to use sha384 function to hash string encoded in utf-16le? Demo site https://emn178.github.io/online-tools/sha384.html does it correctly but there is no example how to do it programmatically. 