send icon indicating copy to clipboard operation
send copied to clipboard

Streaming static file server with Range and conditional-GET support

Results 35 send issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.31.0. Release notes Sourced from eslint-plugin-import's releases. v2.31.0 Added support eslint v9 (#2996, thanks [@​G-Rath] [@​michaelfaith]) order: allow validating named imports (#3043, thanks [@​manuth]) extensions:...

dependencies
javascript

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.23.2 to 3.28.18. Release notes Sourced from github/codeql-action's releases. v3.28.18 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.2. Release notes Sourced from ossf/scorecard-action's releases. v2.4.2 What's Changed This update bumps the Scorecard version to the v5.2.1 release. For a complete list of...

dependencies
github_actions

This PR refactors `SendStream` to an ES6 class, improving code organization, readability, and alignment with modern JavaScript practices. The functionality remains unchanged.

This PR justs exists to run the CI of send with the changes from https://github.com/jshttp/on-finished/pull/56 cc: @bjohansebas @UlisesGascon