devtools-protocol 0.0.1263133 → 0.0.1263784

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.
@@ -8895,6 +8895,7 @@
8895
8895
  {
8896
8896
  "name": "canEmulate",
8897
8897
  "description": "Tells whether emulation is supported.",
8898
+ "deprecated": true,
8898
8899
  "returns": [
8899
8900
  {
8900
8901
  "name": "result",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1263133",
3
+ "version": "0.0.1263784",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -4053,7 +4053,7 @@ domain Emulation
4053
4053
  optional SensorReadingQuaternion quaternion
4054
4054
 
4055
4055
  # Tells whether emulation is supported.
4056
- command canEmulate
4056
+ deprecated command canEmulate
4057
4057
  returns
4058
4058
  # True if emulation is supported.
4059
4059
  boolean result
@@ -4272,7 +4272,7 @@ domain Emulation
4272
4272
  # Overrides default host system timezone with the specified one.
4273
4273
  command setTimezoneOverride
4274
4274
  parameters
4275
- # The timezone identifier. List of supported timezones:
4275
+ # The timezone identifier. List of supported timezones:
4276
4276
  # https://source.chromium.org/chromium/chromium/deps/icu.git/+/faee8bc70570192d82d2978a71e2a615788597d1:source/data/misc/metaZones.txt
4277
4277
  # If empty, disables the override and restores default host system timezone.
4278
4278
  string timezoneId