rescript-webapi
Advanced tools
Changelog
0.3.2
ofElement
was incorrectly returning Dom.htmlElement
type instead of the enclosing element type. https://github.com/TheSpyder/rescript-webapi/pull/60Changelog
0.3.1
type_
from Fetch.Request
module. It doesn't seem to be in any specifications.. https://github.com/TheSpyder/rescript-webapi/pull/67Changelog
0.3.0
preview
from File bindings. It doesn't seem to be in any specifications.. https://github.com/TheSpyder/rescript-webapi/pull/56MutationRecord
bindings nextSibling
, attributeName
, attributeNamespace
and oldValue
to return nullable values. https://github.com/TheSpyder/rescript-webapi/pull/59nextSibling
in MutationRecord
. https://github.com/TheSpyder/rescript-webapi/pull/59StaticRange
bindings. https://github.com/TheSpyder/rescript-webapi/pull/48DataTransfer
bindings. https://github.com/TheSpyder/rescript-webapi/pull/51WorkerGlobalScope
, WindowOrWorkerGlobalScope
, WorkerNavigator
, and WorkerLocation
bindings. https://github.com/TheSpyder/rescript-webapi/pull/57Response
constructors to Fetch
bindings. https://github.com/TheSpyder/rescript-webapi/pull/64Changelog
0.2.0
Document.elementFromPoint
binding to return a nullable value. https://github.com/TheSpyder/rescript-webapi/pull/35getClientRects
binding on Document
and Range
to return a Dom.RectList.t
. https://github.com/TheSpyder/rescript-webapi/pull/36WebSocket
bindings. https://github.com/TheSpyder/rescript-webapi/pull/34Canvas2d.newPath2D()
to bind Path2D
objects. https://github.com/TheSpyder/rescript-webapi/pull/45HtmlDocument
bindings hasFocus
and activeElement
moved to Document
. https://github.com/TheSpyder/rescript-webapi/pull/41
HtmlDocument
thanks to the include
structure= ""
. https://github.com/TheSpyder/rescript-webapi/pull/40Changelog
0.1.3
bs-fetch
as Webapi.Fetch
and converted it to "t-first". https://github.com/TheSpyder/rescript-webapi/pull/31Changelog
0.1.2
scrollToWithOptions
binding to window
. https://github.com/TheSpyder/rescript-webapi/pull/26IntersectionObserver
and IntersectionObserverEntry
bindings. https://github.com/TheSpyder/rescript-webapi/pull/27Changelog
0.1.1
send.pipe
externals to send
, making the whole project "t-first". https://github.com/TheSpyder/rescript-webapi/pull/8Window.getSelection
binding to return an option. https://github.com/TheSpyder/rescript-webapi/pull/15