polyfill: first draft to polyfill fetch api

This commit is contained in:
Pierre Tachoire
2024-11-27 16:34:40 +01:00
parent 3088c7a632
commit 4138c6fe95
7 changed files with 773 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ fn testsAllExecFn(
URLTestExecFn,
HTMLElementTestExecFn,
MutationObserverTestExecFn,
@import("polyfill/fetch.zig").testExecFn,
};
inline for (testFns) |testFn| {