devtools-protocol 0.0.1402790 → 0.0.1403386
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.
@@ -1898,7 +1898,7 @@
|
|
1898
1898
|
},
|
1899
1899
|
{
|
1900
1900
|
"id": "SelectElementAccessibilityIssueDetails",
|
1901
|
-
"description": "This
|
1901
|
+
"description": "This issue warns about errors in the select element content model.",
|
1902
1902
|
"type": "object",
|
1903
1903
|
"properties": [
|
1904
1904
|
{
|
@@ -21762,7 +21762,6 @@
|
|
21762
21762
|
"description": "Enum of possible storage types.",
|
21763
21763
|
"type": "string",
|
21764
21764
|
"enum": [
|
21765
|
-
"appcache",
|
21766
21765
|
"cookies",
|
21767
21766
|
"file_systems",
|
21768
21767
|
"indexeddb",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -992,14 +992,13 @@ experimental domain Audits
|
|
992
992
|
InteractiveContentOptionChild
|
993
993
|
InteractiveContentLegendChild
|
994
994
|
|
995
|
-
# This
|
995
|
+
# This issue warns about errors in the select element content model.
|
996
996
|
type SelectElementAccessibilityIssueDetails extends object
|
997
997
|
properties
|
998
998
|
DOM.BackendNodeId nodeId
|
999
999
|
SelectElementAccessibilityIssueReason selectElementAccessibilityIssueReason
|
1000
1000
|
boolean hasDisallowedAttributes
|
1001
1001
|
|
1002
|
-
|
1003
1002
|
type StyleSheetLoadingIssueReason extends string
|
1004
1003
|
enum
|
1005
1004
|
LateImportRule
|
@@ -10261,7 +10260,6 @@ experimental domain Storage
|
|
10261
10260
|
# Enum of possible storage types.
|
10262
10261
|
type StorageType extends string
|
10263
10262
|
enum
|
10264
|
-
appcache
|
10265
10263
|
cookies
|
10266
10264
|
file_systems
|
10267
10265
|
indexeddb
|
package/types/protocol.d.ts
CHANGED
@@ -3654,7 +3654,7 @@ export namespace Protocol {
|
|
3654
3654
|
export type SelectElementAccessibilityIssueReason = ('DisallowedSelectChild' | 'DisallowedOptGroupChild' | 'NonPhrasingContentOptionChild' | 'InteractiveContentOptionChild' | 'InteractiveContentLegendChild');
|
3655
3655
|
|
3656
3656
|
/**
|
3657
|
-
* This
|
3657
|
+
* This issue warns about errors in the select element content model.
|
3658
3658
|
*/
|
3659
3659
|
export interface SelectElementAccessibilityIssueDetails {
|
3660
3660
|
nodeId: DOM.BackendNodeId;
|
@@ -16032,7 +16032,7 @@ export namespace Protocol {
|
|
16032
16032
|
/**
|
16033
16033
|
* Enum of possible storage types.
|
16034
16034
|
*/
|
16035
|
-
export type StorageType = ('
|
16035
|
+
export type StorageType = ('cookies' | 'file_systems' | 'indexeddb' | 'local_storage' | 'shader_cache' | 'websql' | 'service_workers' | 'cache_storage' | 'interest_groups' | 'shared_storage' | 'storage_buckets' | 'all' | 'other');
|
16036
16036
|
|
16037
16037
|
/**
|
16038
16038
|
* Usage for a storage type.
|