Skip to content

Commit

Permalink
fix #1041 Add missing constructor to Dom.MutationObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Feb 19, 2019
1 parent 28a876c commit 5b664e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stdlib/WebSharper.JavaScript/Dom.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,9 @@ module Interfaces =
"observe" => (Node * !?MutationObserverInit) ^-> T<unit>
"takeRecords" => T<unit> ^-> Type.ArrayOf MutationRecord
]
|+> Static [
Constructor ((!|MutationRecord * TSelf ^-> T<unit>)?callback)
]

let MutationEvent =
Class "MutationEvent"
Expand Down

0 comments on commit 5b664e6

Please sign in to comment.