File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2- Version 2, December 2004
3-
4- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
5-
6- Everyone is permitted to copy and distribute verbatim or modified
7- copies of this license document, and changing it is allowed as long
8- as the name is changed.
9-
10- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12-
13- 0. You just DO WHAT THE FUCK YOU WANT TO.
1+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2+ Version 2, December 2004
3+
4+ Everyone is permitted to copy and distribute verbatim or modified
5+ copies of this license document, and changing it is allowed as long
6+ as the name is changed.
7+
8+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
9+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10+
11+ 0. You just DO WHAT THE FUCK YOU WANT TO.
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ The type declarations in this repository include the following specifications (g
105105 - [CSS Containment](https://drafts.csswg.org/css-contain-3/)
106106 - [CSSOM View](https://drafts.csswg.org/cssom-view-1/)
107107 - [CSS Object Model](https://drafts.csswg.org/cssom-1/)
108- - [CSS Custom Highlight API](https://drafts.csswg.org/css-highlight-api-1/)
109- - [CSS Nesting](https://drafts.csswg.org/css-nesting-1/)
110108 - [Scroll-linked Animations](https://drafts.csswg.org/scroll-animations-1/)
111109 - [CSS View Transitions](https://drafts.csswg.org/css-view-transitions-1/)
112110 - [ World Wide Web Consortium (W3C)] ( https://www.w3.org/TR/ ) :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212/// <reference path="./csswg/contain.d.ts" />
1313/// <reference path="./csswg/cssom-view.d.ts" />
1414/// <reference path="./csswg/cssom.d.ts" />
15- /// <reference path="./csswg/custom-highlight.d.ts" />
1615/// <reference path="./csswg/scroll-animations.d.ts" />
1716/// <reference path="./csswg/view-transitions.d.ts" />
1817
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Promise.allSettled
1919
2020ArrayBuffer . prototype
2121
22+ Object . groupBy
23+
2224const observer = new FileSystemObserver ( ( changes ) => {
2325
2426} )
You can’t perform that action at this time.
0 commit comments