We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
false
1 parent 7f2cf0a commit eb859beCopy full SHA for eb859be
src/Webapi/Dom/Webapi__Dom__DomTokenList.res
@@ -14,7 +14,7 @@ type t = Dom.domTokenList
14
@send external replace: (t, string, string) => unit = "replace" /* experimental */
15
@send external supports: (t, string) => bool = "supports" /* experimental, Content Management Level 1 */
16
@send external toggle: (t, string) => bool = "toggle"
17
-@send external toggleForced: (t, string, @as(json`true`) _) => bool = "toggle"
+@send external toggleForced: (t, string, bool) => bool = "toggle"
18
@send external toString: t => string = "toString"
19
/* values: iterator API, should have language support */
20
0 commit comments