From b8c04bdb929f72ed8214122b255e88db9e713774 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 7 Mar 2021 01:57:16 -0300 Subject: Add module jsfetch (#12531) * Add module jsfetch for fetch support for JavaScript target https://developer.mozilla.org/docs/Web/API/Fetch_API * Update lib/std/jsheaders.nim * Update lib/std/jsformdata.nim * Update lib/std/jsfetch.nim Co-authored-by: Timothee Cour Co-authored-by: flywind --- tools/kochdocs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 1f9493c8c..530ce8571 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -14,7 +14,7 @@ const webUploadOutput = "web/upload" var nimExe*: string -const allowList = ["jsbigints.nim"] +const allowList = ["jsbigints.nim", "jsheaders.nim", "jsformdata.nim", "jsfetch.nim"] template isJsOnly(file: string): bool = file.isRelativeTo("lib/js") or -- cgit 1.4.1-2-gfad0