Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-19policy: canonicalize before resolving specifiersBradley Farias
2021-08-19repl: fix tla function hoistingDon Jayamanne
2021-08-16worker: add brand checks for detached properties/methodsJames M Snell
2021-08-15policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-08-15test: use simplfied validatorvoltrexmaster
2021-08-15url: throw invalid this on detached accessorsJames M Snell
2021-08-14buffer: add endings option, remove Node.js specific encoding optionJames M Snell
2021-08-14stream: ensure text() stream consumer flushes correctlyJames M Snell
2021-08-12url,buffer: implement URL.createObjectURLJames M Snell
2021-08-12test: enable blob.prototype.stream testsJames M Snell
2021-08-12buffer: add Blob.prototype.stream method and other cleanupsJames M Snell
2021-08-12fs: add recursive cp methodbcoe
2021-08-11test: update WPT abort testsMichaël Zasso
2021-08-11test: update WPT common and resourcesMichaël Zasso
2021-08-11tls: validate "rejectUnauthorized: undefined"Matteo Collina
2021-08-11bootstrap: call _undestroy() inside _destroy for stdout and stderrMatteo Collina
2021-08-09test: fix test-debugger-heap-profiler for workersRichard Lau
2021-08-07stream: utility consumers for web and node.js streamsJames M Snell
2021-08-06lib: expose `DOMException` as globalXadillaX
2021-08-06http2: add tests for cancel event while client is paused readingAkshay K
2021-08-06test: use template to concatenate stringHimadri Ganguly
2021-08-06stream: add isDisturbed helperRobert Nagy
2021-08-06stream: don't emit 'data' after 'error' or 'close'Robert Nagy
2021-08-05test: pull Web Platform Tests for WebCryptoAPIMichaël Zasso
2021-08-05debugger: prevent simultaneous heap snapshotsRich Trott
2021-08-05stream: do not emit `end` on readable errorSzymon Marczak
2021-08-03node-api: handle pending exception in cb wrapperMichael Dawson
2021-08-03stream: duplexifyRobert Nagy
2021-08-02test: deflake test-http2-buffersizeLuigi Pinca
2021-08-02test: convert anonymous function to arrow functionHimadri Ganguly
2021-08-02stream: add readableDidRead if has been read fromRobert Nagy
2021-08-02perf_hooks: fix PerformanceObserver gc crashJames M Snell
2021-08-01repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-08-01test: add test-debugger-breakpoint-existsRich Trott
2021-08-01lib: use ERR_ILLEGAL_CONSTRUCTORMestery
2021-08-01test: add known issues test for debugger heap snapshot raceRich Trott
2021-07-31module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford
2021-07-30perf_hooks: fix performance timeline wpt failureslegendecas
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-07-28http: decodes url.username and url.password for authorization headerLew Gordon
2021-07-28stream: convert premature close to AbortErrorRobert Nagy
2021-07-26crypto: fix `generateKeyPair` with encoding 'jwk'himself65
2021-07-26doc,lib,test: rename HKDF 'key' argumentTobias Nießen
2021-07-25test: fix WASI link testRichard Lau
2021-07-25perf_hooks: web performance timeline compliancelegendecas
2021-07-25events: allow an event to be dispatched multiple timesLuigi Pinca
2021-07-25events: allow the options argument to be nullLuigi Pinca
2021-07-23crypto: support Big(U)Int64Array in getRandomValuesMichaël Zasso
2021-07-23async_hooks: eliminate native PromiseHookStephen Belanger
2021-07-21test: update OpenSSL3 error messages for beta-1Daniel Bevenius