xref: /third_party/node/test/parallel/test-fetch-disabled.mjs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/parallel/
11cb0ef41Sopenharmony_ci// Flags: --no-experimental-fetch
21cb0ef41Sopenharmony_ciimport '../common/index.mjs';
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ciimport assert from 'assert';
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ciassert.strictEqual(typeof globalThis.fetch, 'undefined');
71cb0ef41Sopenharmony_ciassert.strictEqual(typeof globalThis.FormData, 'undefined');
81cb0ef41Sopenharmony_ciassert.strictEqual(typeof globalThis.Headers, 'undefined');
91cb0ef41Sopenharmony_ciassert.strictEqual(typeof globalThis.Request, 'undefined');
101cb0ef41Sopenharmony_ciassert.strictEqual(typeof globalThis.Response, 'undefined');
111cb0ef41Sopenharmony_ci
121cb0ef41Sopenharmony_ciassert.strictEqual(typeof WebAssembly.compileStreaming, 'undefined');
131cb0ef41Sopenharmony_ciassert.strictEqual(typeof WebAssembly.instantiateStreaming, 'undefined');
14

Indexes created Thu Nov 07 10:32:03 CST 2024