Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
network
/
fetch-json.html
blob: 2dc6c203849037f4f269057e857fb7b3ef74d7f8 [
file
] [
log
] [
blame
]
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<script>
fetch
(
'coffees.json'
);
</script>