Add DataTransferItem.kind (#151384)

Fixes #150963

The new `.kind` property makes it easier to tell the type of a data transfer item
This commit is contained in:
Matt Bierner
2022-06-07 08:06:00 -07:00
committed by GitHub
parent 9daa6e9125
commit 75a6ddc862
4 changed files with 20 additions and 0 deletions

View File

@@ -1330,6 +1330,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextSearchCompleteMessageType: TextSearchCompleteMessageType,
DataTransfer: extHostTypes.DataTransfer,
DataTransferItem: extHostTypes.DataTransferItem,
DataTransferItemKind: extHostTypes.DataTransferItemKind,
CoveredCount: extHostTypes.CoveredCount,
FileCoverage: extHostTypes.FileCoverage,
StatementCoverage: extHostTypes.StatementCoverage,