We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bebca9 commit df427c5Copy full SHA for df427c5
1 file changed
scripts/update-to-latest.sh
@@ -36,7 +36,7 @@ if curl --output /dev/null --silent --head --fail "$browser_protocol_domains_url
36
for domain in $domains; do
37
browser_protocol_domain_url="https://chromium.googlesource.com/chromium/src.git/+/${commit_sha}/third_party/blink/public/devtools_protocol/domains/$domain?format=TEXT"
38
curl --silent "${browser_protocol_domain_url}" | base64 --decode > pdl/domains/$domain
39
- sleep 1
+ sleep 3
40
done
41
fi
42
curl --silent "${browser_protocol_url}" | base64 --decode > pdl/browser_protocol.pdl
0 commit comments