| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9d6bd10 commit 99c18f4
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -456,10 +456,12 @@ Additionally, the [`buf.values()`][], [`buf.keys()`][], and | |||
| 456 | 456 | added: | |
| 457 | 457 | - v15.7.0 | |
| 458 | 458 | - v14.18.0 | |
| 459 | + changes: | ||
| 460 | + - version: REPLACEME | ||
| 461 | + pr-url: https://github.com/nodejs/node/pull/00000 | ||
| 462 | + description: No longer experimental. | ||
| 459 | 463 | --> | |
| 460 | 464 | ||
| 461 | - > Stability: 1 - Experimental | ||
| 462 | - | ||
| 463 | 465 | A [`Blob`][] encapsulates immutable, raw data that can be safely shared across | |
| 464 | 466 | multiple worker threads. | |
| 465 | 467 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,6 @@ const { | |||
| 44 | 44 | const { | |
| 45 | 45 | createDeferredPromise, | |
| 46 | 46 | customInspectSymbol: kInspect, | |
| 47 | - emitExperimentalWarning, | ||
| 48 | 47 | } = require('internal/util'); | |
| 49 | 48 | const { inspect } = require('internal/util/inspect'); | |
| 50 | 49 | ||
@@ -134,7 +133,6 @@ class Blob { | |||
| 134 | 133 | * @constructs {Blob} | |
| 135 | 134 | */ | |
| 136 | 135 | constructor(sources = [], options = {}) { | |
| 137 | - emitExperimentalWarning('buffer.Blob'); | ||
| 138 | 136 | if (sources === null || | |
| 139 | 137 | typeof sources[SymbolIterator] !== 'function' || | |
| 140 | 138 | typeof sources === 'string') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments