summary refs log tree commit diff stats
path: root/lib/std/jsfetch.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-25 07:47:10 -0700
committerGitHub <noreply@github.com>2021-06-25 16:47:10 +0200
commit8535b26a754b2daea46627019e3145d7c12d826e (patch)
tree5171535faef9d424694cc0261fe945e227d391ca /lib/std/jsfetch.nim
parentceb9e3efc9111f7dda47726c71d2476624ce92c2 (diff)
downloadNim-8535b26a754b2daea46627019e3145d7c12d826e.tar.gz
docs now show nimExperimentalX APIs (#18345)
* docs now show nimExperimentalX APIs

* fix for windows
Diffstat (limited to 'lib/std/jsfetch.nim')
-rw-r--r--lib/std/jsfetch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/jsfetch.nim b/lib/std/jsfetch.nim
index 36bc772d5..1e7bb4d29 100644
--- a/lib/std/jsfetch.nim
+++ b/lib/std/jsfetch.nim
@@ -3,7 +3,7 @@
 when not defined(js):
   {.fatal: "Module jsfetch is designed to be used with the JavaScript backend.".}
 
-when defined(nimExperimentalJsfetch) or defined(nimdoc):
+when defined(nimExperimentalJsfetch):
   import std/[asyncjs, jsheaders, jsformdata]
   from std/httpcore import HttpMethod
   from std/jsffi import JsObject