index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devtools
/
client
/
debugger
/
test
/
mochitest
/
examples
/
fetch.js
blob: ccc08ccae0b9708413e0b25f0274e4332b31bc48 (
plain
)
1
2
3
4
5
const
doc
=
"doc-xhr.html"
;
function
main
(
url
)
{
fetch
(
url
).
then
(
console
.
log
);
}