issues
search
purescript-web
/
purescript-web-dom
Type definitions and low level interface implementations for the W3C DOM spec
MIT License
34
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix bugs, make compatible with new spago and prepare 7.0.0 release
#61
flip111
opened
1 month ago
2
Prepare release 7.0.0
#60
flip111
closed
1 month ago
2
NamedNodeMap & Attr
#59
garyb
closed
1 year ago
4
`AttrName`, `ClassName`, `PropName`, and `ElementId` types. Resolves #56 and #57.
#58
nsaunders
closed
1 year ago
1
`ElementId` type
#57
nsaunders
closed
1 year ago
2
Do `ClassName`, `AttrName`, and `PropName` types belong here instead of `web-html`?
#56
nsaunders
opened
1 year ago
1
scrollWidth and scrollHeight are Ints not Numbers
#55
seastian
opened
1 year ago
0
Prepare v6.0.0 release (1st PS 0.15.0-compatible release)
#54
JordanMartinez
closed
2 years ago
0
Port getBoundingClientRect from web-html
#53
JordanMartinez
closed
2 years ago
1
Drop Effect wrapper on doctype
#52
JordanMartinez
closed
2 years ago
0
Update to PureScript v0.15.0
#51
JordanMartinez
closed
2 years ago
1
Probably clientX, scrollX should return Int
#50
wclr
closed
2 years ago
2
Migrate FFI to ES modules
#49
JordanMartinez
closed
2 years ago
0
NamedNodeMap & Attr
#48
flip111
closed
7 months ago
3
Missing attributes property access on Element
#47
flip111
opened
2 years ago
1
Missing replaceWith
#46
schneiderfelipe
opened
3 years ago
0
Any interest in adding ResizeObserver?
#45
nsaunders
closed
3 years ago
2
add isSameNode method
#44
wclr
opened
3 years ago
6
Prepare v5.0.0 release
#43
kl0tl
closed
3 years ago
0
Argument ordering for better composition
#42
eslamahmed148
closed
3 years ago
1
Explain how to call getElementById
#41
jamesdbrock
opened
3 years ago
0
Explain how to aquire a Document
#40
jamesdbrock
opened
3 years ago
0
Element.matches + Element.closest
#39
toastal
closed
3 years ago
4
Element.closest
#38
toastal
closed
3 years ago
2
Update changelog for upcoming v5.0.0 release
#37
thomashoneyman
closed
3 years ago
0
Fix pull request template
#36
thomashoneyman
closed
3 years ago
1
Generate changelog and add PR template
#35
JordanMartinez
closed
3 years ago
0
Add support for ShadowRoot API
#34
lsgro
closed
3 years ago
1
Add ShadowRoot module
#33
lsgro
closed
3 years ago
4
Changed node child helpers to return Unit
#32
robertdp
closed
3 years ago
0
Update to v0.14.0-rc3
#31
JordanMartinez
closed
4 years ago
0
Migrate to GitHub Actions
#30
thomashoneyman
closed
4 years ago
0
add innerHTML and innerText for Element
#29
chekoopa
closed
4 years ago
2
Update install instructions to spago
#28
ursi
closed
4 years ago
0
Update spec link and text
#27
ursi
closed
4 years ago
0
Remove `return {}` from FFI functions
#26
triallax
closed
4 years ago
1
Use NPM dependency for PureScript compiler
#25
garyb
closed
4 years ago
3
fix #22: hasAttribute in Web.DOM.Element fails -> return type has to be effectful
#24
srghma
closed
4 years ago
1
add Show instance to the NodeType
#23
srghma
closed
4 years ago
2
hasAttribute in Web.DOM.Element fails
#22
IfSixWasNine
closed
4 years ago
1
Missing getClientRects method and other stuff
#21
flip111
opened
4 years ago
7
Explain how to get hold of a `Document`
#20
hdgarrood
closed
4 years ago
0
Unclear how to get a Document
#19
BebeSparkelSparkel
closed
4 years ago
7
querySelector css selector constructor
#18
BebeSparkelSparkel
closed
4 years ago
2
Web.HTML.Window.(scrollX|scrollY) should have type `Window -> Effect Number`
#17
colinwahl
closed
5 years ago
1
Add classList to get DOMTokenList for Element
#16
alextes
closed
5 years ago
2
No Element -> DOMTokenList
#15
alextes
closed
5 years ago
4
Add scroll, scrollTo, scrollBy, scrollIntoView
#14
Shou
closed
5 years ago
5
Fix type of mutationObserver
#13
alextes
closed
5 years ago
2
MutationObserver callback type is wrong
#12
alextes
closed
5 years ago
0
Next