fix: remove File.path
from types (#46005)
This commit is contained in:
parent
9ccc63d682
commit
603057b198
3 changed files with 7 additions and 14 deletions
|
@ -16,7 +16,7 @@ Returns `string` - The file system path that this `File` object points to. In th
|
|||
|
||||
This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.
|
||||
|
||||
```js
|
||||
```js @ts-nocheck
|
||||
// Before
|
||||
const oldPath = document.querySelector('input').files[0].path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue