node/test/fixtures/wpt/wasm/jsapi/functions/resources/README.md
Tobias Nießen c4781ea69c
lib,src: implement WebAssembly Web API
Refs: https://github.com/nodejs/node/pull/41749
Fixes: https://github.com/nodejs/node/issues/21130

PR-URL: https://github.com/nodejs/node/pull/42701
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-04-23 04:09:15 +01:00

487 B

A couple notes about the files scattered in this resources/ directory:

  • The nested directory structure is necessary here so that relative URL resolution can be tested; we need different sub-paths for each document.

  • The semi-duplicate window-to-open.htmls scattered throughout are present because Firefox, at least, does not fire Window load events for 404s, so we want to ensure that no matter which global is used, window's load event is hit and our tests can proceed.