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
AgeCommit message (Expand)Author
2021-04-01doc: add missing events.on metadataAnna Henningsen
2021-02-15events: change EventTarget handler exception behaviorNitzan Uziely
2021-02-11doc: discourage error eventBenjamin Gruenbaum
2021-01-25doc: `EventTarget` and `Event` are available to user code since v15.0.0ExE Boss
2021-01-12doc: clarify event.isTrusted textRich Trott
2020-12-092020-12-09, Version 15.4.0 (Current)Danielle Adams
2020-11-25doc: fix typo in events.mdLuigi Pinca
2020-11-23events: graduate Event, EventTarget, AbortControllerJames M Snell
2020-11-23doc: cleanup events.md structureJames M Snell
2020-11-16events: add max listener warning for EventTargetJames M Snell
2020-11-11doc: fix `events.getEventListeners` exampleDmitry Semigradsky
2020-11-112020-11-10, Version 15.2.0 (Current)Danielle Adams
2020-11-09events: getEventListeners staticBenjamin Gruenbaum
2020-10-28events: make abort_controller event trustedBenjamin Gruenbaum
2020-10-28events: make eventTarget.removeAllListeners() return thisLuigi Pinca
2020-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-17doc: fix EventEmitter examplesSourav Shaw
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-09doc: harmonize version list style in YAML commentsAntoine du Hamel
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-17doc: use command-line/command line consistentlyRich Trott
2020-09-16doc: fix deprecation documentation inconsistenciesAntoine du HAMEL
2020-09-07doc: use correct Error type for EventEmitter.defaultMaxListenerRich Trott
2020-09-07doc: use present tense in events.mdRich Trott
2020-09-05doc: change 'be will' to 'will be'Victory Osikwemhe
2020-09-03doc: make AbortSignal text consistent in events.mdRich Trott
2020-09-03doc: revise AbortSignal text and example using events.once()Rich Trott
2020-09-02events: allow use of AbortController with onJames M Snell
2020-08-31events: allow use of AbortController with onceJames M Snell
2020-07-09doc: add note about multiple sync events and onceJames M Snell
2020-07-09doc: document behavior for once(ee, 'error')James M Snell
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-09doc: make events Extends usage consistentcjihrig
2020-06-07doc: remove "currently" from events.mdRich Trott
2020-06-03doc: use consistent Default: in eventscjihrig
2020-06-03doc: remove "it is important"cjihrig
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen
2020-04-05doc: add unreachable code on events examplehimself65
2020-03-26doc: remove extraneous sentence in events.mdRich Trott
2020-01-082020-01-07, Version v13.6.0 (Current)Ruben Bridgewater
2019-12-27doc,events: use code markup/markdown in headersRich Trott
2019-12-23events: add EventEmitter.on to async iterate over eventsMatteo Collina
2019-12-20events: allow monitoring error eventsGerhard Stoebich
2019-12-182019-12-17, Version 13.4.0 (Current)Myles Borins
2019-12-03events: add captureRejection optionMatteo Collina