You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Breaking-Changes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ These changes list where implementation differs between versions as the spec and
8
8
9
9
TypeScript's built-in `.d.ts` library (`lib.d.ts` and family) is now partially generated from Web IDL files from the DOM specification. As a result some vendor-specific types have been removed.
10
10
11
-
<details><summary>Click here to the full list of removed types:</summary><p>
11
+
<details><summary>Click here to read the full list of removed types:</summary><p>
@@ -167,9 +167,9 @@ TypeScript's built-in `.d.ts` library (`lib.d.ts` and family) is now partially g
167
167
168
168
### Recommendations:
169
169
170
-
If your run-time guaranteed to have some of these names available at run-time (e.g. IE-only app) add the declarations locally in your project, e.g.:
170
+
If your run-time guarantees that some of these names are available at run-time (e.g. for an IE-only app), add the declarations locally in your project, e.g.:
171
171
172
-
To Add `Element.msMatchesSelector` back, add the following to a local `dom.ie.d.ts`
172
+
For `Element.msMatchesSelector`, add the following to a local `dom.ie.d.ts`
0 commit comments