content-entry
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "content-entry", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"publishConfig": { | ||
@@ -27,8 +27,8 @@ "access": "public" | ||
"devDependencies": { | ||
"ava": "^1.0.1", | ||
"c8": "^3.2.1", | ||
"ava": "^1.2.0", | ||
"c8": "^3.4.0", | ||
"documentation": "^9.1.1", | ||
"esm": "^3.0.84", | ||
"esm": "^3.1.4", | ||
"markdown-doctest": "^0.9.1", | ||
"semantic-release": "^15.13.2" | ||
"semantic-release": "^15.13.3" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -42,5 +42,8 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
- [Properties](#properties-2) | ||
- [StringContentEntry](#stringcontententry) | ||
- [ReadableStreamContentEntry](#readablestreamcontententry) | ||
- [Parameters](#parameters-6) | ||
- [Properties](#properties-3) | ||
- [StringContentEntry](#stringcontententry) | ||
- [Parameters](#parameters-7) | ||
- [Properties](#properties-4) | ||
@@ -126,2 +129,18 @@ ## BaseEntry | ||
## 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** | ||
## StringContentEntry | ||
@@ -128,0 +147,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17033
16
302
159