Skip to content

Commit

Permalink
Add ResizeObserver rule (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrnl authored and amilajack committed Nov 13, 2019
1 parent 75a79d7 commit 7e505c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/providers/CanIUseProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ const CanIUseProvider: Array<Node> = [
astNodeType: 'NewExpression',
object: 'IntersectionObserver'
},
// ResizeObserver
{
caniuseId: 'resizeobserver',
astNodeType: 'NewExpression',
object: 'ResizeObserver'
},
// PaymentRequest
{
caniuseId: 'payment-request',
Expand Down

0 comments on commit 7e505c6

Please sign in to comment.