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 36f3081 + e2c5b61 commit 91af60cCopy full SHA for 91af60c
src/Webapi/Dom/Webapi__Dom__BeforeUnloadEvent.res
@@ -8,3 +8,4 @@ include Webapi__Dom__Event.Impl({
8
@new external makeWithOptions: (string, {..}) => t = "BeforeUnloadEvent"
9
10
@get external returnValue: t => string = "returnValue"
11
+@set external returnValue: (t, string) => unit = "returnValue"
0 commit comments