Changelog
0.14.0 - (2019-04-15)
Webapi.Dom.onload
functionWebapi.File.Url
module aliasWebapi
top-level module, but breaking if internal *Re
modules have been accessed directly)Changelog
0.13.6 - (2019-03-22)
HtmlElement.focusPreventScroll
Node.cloneNode
and Node.cloneDeepNode
so it now returns the specific type of the cloned node.Changelog
0.13.4 - (2019-02-24)
URLSearchParams.makeWithDict
and URLSearchParams.makeWithArray
Changelog
0.13.3 - (2019-02-19)
bs.return nullable
to URLSearchParams.get
since it returns null
, not undefined
and therefore does not autmatically conform to the runtime representation of option
as previosuly assumed.Changelog
0.13.2 - (2019-01-16)
NamedNodeMap.toArray
, which returned element
but should return attr
(considere non-breaking since it was just plain wrong)add...
and removePopStateEventListener
to Window
add...
and remove...
functions for touch and animation event listeners to EventTarget
Changelog
0.13.1 - (2018-11-11)
add...
and remove...
functions for drag event listeners to EventTarget