Skip to content

[pull] main from mdn:main - #1248

Merged
pull[bot] merged 10 commits into
All-Blockchains:mainfrom
mdn:main
Sep 4, 2026
Merged

[pull] main from mdn:main#1248
pull[bot] merged 10 commits into
All-Blockchains:mainfrom
mdn:main

Conversation

@pull

@pull pull Bot commented Sep 4, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

gords2 and others added 10 commits September 4, 2026 11:14
…ype (#44536)

* ReadableStreamDefaultController.desiredSize: correct value type

desiredSize is not always an integer: with a custom queuing strategy the
chunk sizes (and therefore desiredSize) can be non-integer. It is also
null when the stream has errored and 0 when it is closed.

* Fix others

---------

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.2.2/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 10.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* More formally define expressions and operators

* Grammar fix

* Reviews

* Apply batched suggestions from code review

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Fix connection logic that didn't catch failed connections

* Also gate HTTP server start on successful MongoDB connection

The bin/www generated by express-generator starts the HTTP server
unconditionally, so simply fixing the connectMongoose() try/catch
logic wasn't enough: readers following the tutorial would still end
up with a server that starts regardless of whether the database
connected. Move server creation into a startServer() function that
only runs once connectMongoose() resolves, matching the upstream fix
in mdn/express-locallibrary-tutorial#367.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018BoWRns9KXjAdyMZMeQ4g2

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Fix small typos in prose
* adding webdriver cookie commands

* addressing feedback
@pull pull Bot locked and limited conversation to collaborators Sep 4, 2026
@pull pull Bot added the ⤵️ pull label Sep 4, 2026
@pull
pull Bot merged commit 336163f into All-Blockchains:main Sep 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants