Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 1, 2025

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 : )

chrisdavidmills and others added 6 commits December 1, 2025 16:19
* Update exception information for Navigation.navigate()

* Add Fx144 rel note

* Update files/en-us/web/api/navigation/navigate/index.md

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>

* Fixes for dipika review comments

---------

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
)

* Make a single line of code-example easier to read and understand

For learners that never learned DOM, I guess `body.removeChild(panel)` is clearer than `panel.parentNode.removeChild(panel)`.
And I guess it fits better with the previous line of code: `body.appendChild(panel)`.

* Fix a linting issue

* Removing an ending coma to fix lintin issue

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Improve the clarity of a section about addEventListener()

Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
* chore(deps): bump node from v22 to v24

* chore(deps): run `npm audit fix`
* Update index.md of using textures in webgl

A misleading phrase "Because WebGL now requires textures to be loaded from secure contexts" is removed from the document in this PR. It is true that "Loading of WebGL textures is subject to cross-domain access controls", but to make the context secure the data shall be delivered over an authenticated and encrypted channel, i.e,, requires the use of an HTTPS protocol schema. However, there is no mandatory requirement for webgl applications to load textures from secure context. Cross origin requests are also supported for an HTTP protocol. The documentation should be free from misleading claims.  Besides, it is easier to set up a local http server for webgl-example tutorial experiments. I examined the use of an unencrypted http server (Python http.server) with samples of the webgl-examples tutorial and confirm that the samples1-8 work as expected.

* Update index.md

if -> when

* Update files/en-us/web/api/webgl_api/tutorial/using_textures_in_webgl/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update files/en-us/web/api/webgl_api/tutorial/using_textures_in_webgl/index.md

---------

Co-authored-by: wbamberg <will@bootbonnet.ca>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix Return Value for Writable Stream

Update return value description to specify 'undefined' per #42173

* Update files/en-us/web/api/writablestream/abort/index.md

---------

Co-authored-by: wbamberg <will@bootbonnet.ca>
* Change cloneNode references to importNode

* add notes to cloneNode and importNode pages

* Rephrase note

* Fix others

* Add ownerDocument example

---------

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
@pull pull bot locked and limited conversation to collaborators Dec 1, 2025
@pull pull bot added the ⤵️ pull label Dec 1, 2025
@pull pull bot merged commit 730741c into All-Blockchains:main Dec 1, 2025
3 checks passed
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.

6 participants