content-entry
Advanced tools
Comparing version 2.6.7 to 2.7.0
{ | ||
"name": "content-entry", | ||
"version": "2.6.7", | ||
"version": "2.7.0", | ||
"publishConfig": { | ||
@@ -37,8 +37,8 @@ "access": "public" | ||
"ava": "^3.15.0", | ||
"c8": "^7.8.0", | ||
"c8": "^7.10.0", | ||
"documentation": "^13.2.5", | ||
"semantic-release": "^17.4.7" | ||
"semantic-release": "^18.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=14.17.5" | ||
"node": ">=14.17.6" | ||
}, | ||
@@ -45,0 +45,0 @@ "repository": { |
114
README.md
@@ -22,4 +22,6 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
* [CollectionEntryMixin](#collectionentrymixin) | ||
* [Parameters](#parameters) | ||
* [BaseEntry](#baseentry) | ||
* [Parameters](#parameters) | ||
* [Parameters](#parameters-1) | ||
* [Properties](#properties) | ||
@@ -30,22 +32,20 @@ * [getTypes](#gettypes) | ||
* [isDeleted](#isdeleted) | ||
* [CollectionEntryMixin](#collectionentrymixin) | ||
* [Parameters](#parameters-1) | ||
* [DeletedContentEntry](#deletedcontententry) | ||
* [isDeleted](#isdeleted-1) | ||
* [StreamContentEntryMixin](#streamcontententrymixin) | ||
* [BufferContentEntryMixin](#buffercontententrymixin) | ||
* [Parameters](#parameters-2) | ||
* [ReadableStreamContentEntry](#readablestreamcontententry) | ||
* [Parameters](#parameters-3) | ||
* [Properties](#properties-1) | ||
* [BufferContentEntryMixin](#buffercontententrymixin) | ||
* [Parameters](#parameters-4) | ||
* [Properties](#properties-2) | ||
* [BufferContentEntry](#buffercontententry) | ||
* [Parameters](#parameters-5) | ||
* [Parameters](#parameters-3) | ||
* [ContentEntry](#contententry) | ||
* [equalsContent](#equalscontent) | ||
* [Parameters](#parameters-6) | ||
* [Parameters](#parameters-4) | ||
* [DeletedContentEntry](#deletedcontententry) | ||
* [isDeleted](#isdeleted-1) | ||
* [EmptyContentEntry](#emptycontententry) | ||
* [getBuffer](#getbuffer) | ||
* [getReadStream](#getreadstream) | ||
* [ReadableStreamContentEntry](#readablestreamcontententry) | ||
* [Parameters](#parameters-5) | ||
* [Properties](#properties-2) | ||
* [StreamContentEntryMixin](#streamcontententrymixin) | ||
* [Parameters](#parameters-6) | ||
* [StringContentEntryMixin](#stringcontententrymixin) | ||
@@ -58,2 +58,10 @@ * [Parameters](#parameters-7) | ||
## CollectionEntryMixin | ||
Brings directory attributes to entries. | ||
### Parameters | ||
* `superclass` | ||
## BaseEntry | ||
@@ -90,46 +98,2 @@ | ||
## CollectionEntryMixin | ||
Brings directory attributes to entries. | ||
### Parameters | ||
* `superclass` | ||
## DeletedContentEntry | ||
**Extends EmptyContentEntry** | ||
Represents a deleted entry. | ||
### isDeleted | ||
We are always deleted. | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true | ||
## StreamContentEntryMixin | ||
Content entries where a stream is the primary data representation. | ||
### Parameters | ||
* `superclass` | ||
## ReadableStreamContentEntry | ||
**Extends StreamContentEntryMixin(ContentEntry)** | ||
Content entries where a readable stream is the primary data representation. | ||
### Parameters | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
### Properties | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
## BufferContentEntryMixin | ||
@@ -172,2 +136,14 @@ | ||
## DeletedContentEntry | ||
**Extends EmptyContentEntry** | ||
Represents a deleted entry. | ||
### isDeleted | ||
We are always deleted. | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true | ||
## EmptyContentEntry | ||
@@ -187,2 +163,26 @@ | ||
## ReadableStreamContentEntry | ||
**Extends StreamContentEntryMixin(ContentEntry)** | ||
Content entries where a readable stream is the primary data representation. | ||
### Parameters | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
### Properties | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
## StreamContentEntryMixin | ||
Content entries where a stream is the primary data representation. | ||
### Parameters | ||
* `superclass` | ||
## StringContentEntryMixin | ||
@@ -189,0 +189,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18693
368