devtools-protocol 0.0.1456087 → 0.0.1456738

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13444,6 +13444,7 @@
13444
13444
  "mixed-content",
13445
13445
  "origin",
13446
13446
  "inspector",
13447
+ "integrity",
13447
13448
  "subresource-filter",
13448
13449
  "content-type",
13449
13450
  "coep-frame-resource-needs-coep-header",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1456087",
3
+ "version": "0.0.1456738",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -6223,6 +6223,7 @@ domain Network
6223
6223
  mixed-content
6224
6224
  origin
6225
6225
  inspector
6226
+ integrity
6226
6227
  subresource-filter
6227
6228
  content-type
6228
6229
  coep-frame-resource-needs-coep-header
@@ -10954,7 +10954,7 @@ export namespace Protocol {
10954
10954
  /**
10955
10955
  * The reason why request was blocked.
10956
10956
  */
10957
- export type BlockedReason = ('other' | 'csp' | 'mixed-content' | 'origin' | 'inspector' | 'subresource-filter' | 'content-type' | 'coep-frame-resource-needs-coep-header' | 'coop-sandboxed-iframe-cannot-navigate-to-coop-page' | 'corp-not-same-origin' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-dip' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip' | 'corp-not-same-site' | 'sri-message-signature-mismatch');
10957
+ export type BlockedReason = ('other' | 'csp' | 'mixed-content' | 'origin' | 'inspector' | 'integrity' | 'subresource-filter' | 'content-type' | 'coep-frame-resource-needs-coep-header' | 'coop-sandboxed-iframe-cannot-navigate-to-coop-page' | 'corp-not-same-origin' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-dip' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip' | 'corp-not-same-site' | 'sri-message-signature-mismatch');
10958
10958
 
10959
10959
  /**
10960
10960
  * The reason why request was blocked.