Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make options an optional argument
Co-authored-by: Arman Bilge <[email protected]>
  • Loading branch information
lindholc and armanbilge authored Aug 14, 2023
commit cecd5af813d33fec15f2c5023d447cd39d8d55d4
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import scala.scalajs.js.|
@JSGlobal
class IntersectionObserver(
callback: js.Function2[js.Array[IntersectionObserverEntry], IntersectionObserver, Unit],
init: IntersectionObserverInit
options: IntersectionObserverInit = js.native
) extends js.Object {

/** The Element or Document whose bounds are used as the bounding box when testing for intersection. If no root value
Expand Down