This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e26d7fb75ee5cce2f26e803dfe4abb00a3330e3e
kotlin-fork
/
libraries
/
stdlib
/
test
/
dom
T
History
James Strachan
bc7104a8fe
update the DOM API so that we implement using the property style access of properties which work natively in JS and avoid using getter/setter methods in the DOM library so that they can easily compile to JS too from the same org.w3c.dom API on the JVM
2012-06-01 07:45:55 +01:00
..
DomBuilderTest.kt
update the DOM API so that we implement using the property style access of properties which work natively in JS and avoid using getter/setter methods in the DOM library so that they can easily compile to JS too from the same org.w3c.dom API on the JVM
2012-06-01 07:45:55 +01:00
DomTest.kt
added an extra test case for DOM text addition
2012-04-12 12:11:42 +01:00
NextSiblingTest.kt
added test case and bug fix for (next|previous)(Elements|Siblings) methods
2012-05-22 18:51:44 +01:00