I was wondering if NextJS supports the use of the web crypto API.
Recently, I attempted to utilize it by writing the following code:
crypto.subtle.digest('SHA-256', data)
However, I encountered an error message that said:
ReferenceError: crypto is not defined