DevTools: Replace camel case variable names (#32726)

* refactor: rename to snake case

* refactor: more renaming

* chore: format

* chore: clean
This commit is contained in:
eri 2024-07-08 13:18:35 +02:00 committed by GitHub
parent b243457ccc
commit 2888193cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 363 additions and 323 deletions

View file

@ -364,8 +364,8 @@ fn prepare_devtools_request(
headers,
body,
pipeline_id,
startedDateTime: now,
timeStamp: now.duration_since(UNIX_EPOCH).unwrap_or_default().as_secs() as i64,
started_date_time: now,
time_stamp: now.duration_since(UNIX_EPOCH).unwrap_or_default().as_secs() as i64,
connect_time,
send_time,
is_xhr,