Issue #1643 - Part 2: Implement ResizeObserver API

Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
This commit is contained in:
Moonchild 2020-09-16 16:39:15 +00:00 committed by roytam1
commit abb3630983
7 changed files with 618 additions and 0 deletions

View file

@ -365,6 +365,7 @@ WEBIDL_FILES = [
'Range.webidl',
'Rect.webidl',
'Request.webidl',
'ResizeObserver.webidl',
'Response.webidl',
'RGBColor.webidl',
'RTCStatsReport.webidl',