mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Issue #1643 - Part 2: Implement ResizeObserver API
Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
This commit is contained in:
parent
d883c3ef98
commit
abb3630983
7 changed files with 618 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ WEBIDL_FILES = [
|
|||
'Range.webidl',
|
||||
'Rect.webidl',
|
||||
'Request.webidl',
|
||||
'ResizeObserver.webidl',
|
||||
'Response.webidl',
|
||||
'RGBColor.webidl',
|
||||
'RTCStatsReport.webidl',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue