scala-js/scala-js-dom

Add 'experimental' package for browser features not implemented on all platforms.

mseddon opened this issue · 1 comments

This would allow people targeting particular platforms to use more experimental features, with the caveat that they require a lot more testing :)

Extensions to core objects like Window would be provided by implicit extensions.

@lihaoyi does org.scalajs.dom.experimental work as a name, or do you have anything else in mind?

This is now in mainline with a simple api #135