react-code-dataset / next.js /test /e2e /fetch-failures-have-good-stack-traces-in-edge-runtime /pages /api /unknown-domain.js
| import { fetcher } from '../../src/fetcher' | |
| export const config = { runtime: 'edge' } | |
| export default async function UnknownDomainEndpoint() { | |
| await fetcher('http://an.unknown.domain.nextjs') | |
| } | |