ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Subresource integrity status #172

Closed daresais closed 4 years ago

daresais commented 5 years ago

Is there any way to check the status of an subresource integrity check? The only thing I noticed is the error log to console that the check failed. By now I have to check the link and script tags for the integrity attribute and just believe that it passed the SRI check when there is no error log. Is there maybe a event emitted that indicates that a check happend including the result? If not would that be a good addition to the protocol?

TimvdLippe commented 4 years ago

This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform. Thanks in advance!