1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18346 from Snuffleupagus/webserver-dev-note

Add a comment about `test/webserver.mjs` being development-only code
This commit is contained in:
Tim van der Meij 2024-06-30 13:45:30 +02:00 committed by GitHub
commit 40b0c848ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,9 @@
* limitations under the License.
*/
// PLEASE NOTE: This code is intended for development purposes only and
// should NOT be used in production environments.
import fs from "fs";
import fsPromises from "fs/promises";
import http from "http";