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.
2 parents 86f97ce + c6c0164 commit 1c63160Copy full SHA for 1c63160
src/Webapi/Webapi__Url.res
@@ -46,7 +46,7 @@ type t
46
@get external searchParams: t => URLSearchParams.t = "searchParams"
47
@get external username: t => string = "username"
48
@set external setUsername: (t, string) => unit = "username"
49
-@get external toJson: t => string = "toJson"
+@send external toJson: (t, unit) => string = "toJSON"
50
51
@val @scope("URL") external createObjectURL: Webapi__File.t => string = "createObjectURL"
52
@val @scope("URL") external createObjectURLFromBlob: Webapi__Blob.t => string = "createObjectURL"
0 commit comments