devtools-protocol 0.0.961891 → 0.0.962425

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.
@@ -8958,7 +8958,7 @@
8958
8958
  },
8959
8959
  {
8960
8960
  "name": "commands",
8961
- "description": "Editing commands to send with the key event (e.g., 'selectAll') (default: []).\nThese are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.\nSee https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.",
8961
+ "description": "Editing commands to send with the key event (e.g., 'selectAll') (default: []).\nThese are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.\nSee https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.",
8962
8962
  "experimental": true,
8963
8963
  "optional": true,
8964
8964
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.961891",
3
+ "version": "0.0.962425",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -4074,7 +4074,7 @@ domain Input
4074
4074
  optional integer location
4075
4075
  # Editing commands to send with the key event (e.g., 'selectAll') (default: []).
4076
4076
  # These are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.
4077
- # See https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.
4077
+ # See https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.
4078
4078
  experimental optional array of string commands
4079
4079
 
4080
4080
  # This method emulates inserting text that doesn't come from a key press,
@@ -8068,7 +8068,7 @@ export namespace Protocol {
8068
8068
  /**
8069
8069
  * Editing commands to send with the key event (e.g., 'selectAll') (default: []).
8070
8070
  * These are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.
8071
- * See https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.
8071
+ * See https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.
8072
8072
  */
8073
8073
  commands?: string[];
8074
8074
  }