mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 20:14:44 +00:00
docs now show nimExperimentalX APIs (#18345)
* docs now show nimExperimentalX APIs * fix for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user