监控 dom 位置以了解 Scala.js 中的变化
Monitor a dom location for a change in Scala.js
我希望能够监控 dom.window.location.hash
变化(希望以面向事件的方式,而不是轮询)。有没有办法用 API.
做到这一点
当然——您只需挂钩 "hashchange" 事件,与 JavaScript 中相同。 Here's an example,来自我自己的代码。
我希望能够监控 dom.window.location.hash
变化(希望以面向事件的方式,而不是轮询)。有没有办法用 API.
当然——您只需挂钩 "hashchange" 事件,与 JavaScript 中相同。 Here's an example,来自我自己的代码。