| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "experimental.browsingData", | 3 "namespace": "browsingData", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "RemovalOptions", | 6 "id": "RemovalOptions", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "description": "Options that determine exactly what data will be removed
.", | 8 "description": "Options that determine exactly what data will be removed
.", |
| 9 "properties": { | 9 "properties": { |
| 10 "since": { | 10 "since": { |
| 11 "type": "number", | 11 "type": "number", |
| 12 "optional": true, | 12 "optional": true, |
| 13 "description": "Remove data accumulated on or after this date, repre
sented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults
to 0 (which would remove everything)." | 13 "description": "Remove data accumulated on or after this date, repre
sented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults
to 0 (which would remove everything)." |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "type": "function", | 318 "type": "function", |
| 319 "description": "Called when websites' WebSQL databases have been cle
ared.", | 319 "description": "Called when websites' WebSQL databases have been cle
ared.", |
| 320 "optional": true, | 320 "optional": true, |
| 321 "parameters": [] | 321 "parameters": [] |
| 322 } | 322 } |
| 323 ] | 323 ] |
| 324 } | 324 } |
| 325 ] | 325 ] |
| 326 } | 326 } |
| 327 ] | 327 ] |
| OLD | NEW |