devtools-protocol 0.0.1232444 → 0.0.1233178

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.
@@ -1109,6 +1109,7 @@
1109
1109
  "Script",
1110
1110
  "ServiceWorker",
1111
1111
  "SharedWorker",
1112
+ "SpeculationRules",
1112
1113
  "Stylesheet",
1113
1114
  "Track",
1114
1115
  "Video",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1232444",
3
+ "version": "0.0.1233178",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -554,6 +554,7 @@ experimental domain Audits
554
554
  Script
555
555
  ServiceWorker
556
556
  SharedWorker
557
+ SpeculationRules
557
558
  Stylesheet
558
559
  Track
559
560
  Video
@@ -3291,7 +3291,7 @@ export namespace Protocol {
3291
3291
 
3292
3292
  export type MixedContentResolutionStatus = ('MixedContentBlocked' | 'MixedContentAutomaticallyUpgraded' | 'MixedContentWarning');
3293
3293
 
3294
- export type MixedContentResourceType = ('AttributionSrc' | 'Audio' | 'Beacon' | 'CSPReport' | 'Download' | 'EventSource' | 'Favicon' | 'Font' | 'Form' | 'Frame' | 'Image' | 'Import' | 'Manifest' | 'Ping' | 'PluginData' | 'PluginResource' | 'Prefetch' | 'Resource' | 'Script' | 'ServiceWorker' | 'SharedWorker' | 'Stylesheet' | 'Track' | 'Video' | 'Worker' | 'XMLHttpRequest' | 'XSLT');
3294
+ export type MixedContentResourceType = ('AttributionSrc' | 'Audio' | 'Beacon' | 'CSPReport' | 'Download' | 'EventSource' | 'Favicon' | 'Font' | 'Form' | 'Frame' | 'Image' | 'Import' | 'Manifest' | 'Ping' | 'PluginData' | 'PluginResource' | 'Prefetch' | 'Resource' | 'Script' | 'ServiceWorker' | 'SharedWorker' | 'SpeculationRules' | 'Stylesheet' | 'Track' | 'Video' | 'Worker' | 'XMLHttpRequest' | 'XSLT');
3295
3295
 
3296
3296
  export interface MixedContentIssueDetails {
3297
3297
  /**