Subresource integrity for ES6 module import

181 views Asked by At

Considering one may want to import JS modules from CDNs or so, it may be important to ensure the integrity of the delivered JS modules.

Fortunately, in the "old" integration method, we already had solved that problem with Subresource Integrity.

However, I see no way this is anywhere possible when importing ES6 modules.

So is there any way or any plan to implement this thing?

0

There are 0 answers