Reference link returns 404

The reference links returns 404. There is nothing in wayback machine also about the reference link.

I propose if the proposal is rejected, find a working reference link to put.
This commit is contained in:
sagarishere 2023-01-24 19:54:59 +02:00 committed by Dav Hojt
parent 92c6e5510c
commit bfdc6b86d9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ global.window = global
global._fetch = fetch
global.fetch = url => {
// this is a fake implementation of fetch for the tester
// -> refer to https://devdocs.io/javascript/global_objects/fetch
const accessBody = async () => { throw Error('body unavailable') }
return {
ok: false,