Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c497fef commit c7f1c14Copy full SHA for c7f1c14
dom/src/main/scala/org/scalajs/dom/IntersectionObserver.scala
@@ -30,7 +30,7 @@ class IntersectionObserver(
30
* bounding box area of an observed target. Notifications for a target are generated when any of the thresholds are
31
* crossed for that target. If no value was passed to the constructor, 0 is used.
32
*/
33
- def thresholds: js.Array[Double] = js.native
+ def thresholds: FrozenArray[Double] = js.native
34
35
/** Stops the IntersectionObserver object from observing any target. */
36
def disconnect(): Unit = js.native
0 commit comments