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.
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -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
|