Conversation
The removed methods are present on the `Blob` that we are `extends`-ing: https://github.com/microsoft/TypeScript/blob/dbaeed5ad87cf846dddf0d278df3699e9f91cd21/lib/lib.dom.d.ts#L2537-L2544
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 86.95% 86.95%
=======================================
Files 1 1
Lines 69 69
Branches 13 13
=======================================
Hits 60 60
Misses 9 9 Continue to review full report at Codecov.
|
|
Actually, I think that the reason that these were included in the first place was because they weren't present in upstream TypeScript at the time. This have been fixed now with: microsoft/TypeScript#36164 Since this is now fixed, what do we think about just doing: /// <reference lib="dom"/>
export = Blob;The drawback would be that we would remove |
|
Closing in favour of #38 |
The removed methods are present on the
Blobthat we areextends-ing:https://github.com/microsoft/TypeScript/blob/dbaeed5ad87cf846dddf0d278df3699e9f91cd21/lib/lib.dom.d.ts#L2537-L2544