Skip to content

Commit 8b99243

Browse files
committed
Build sync
1 parent fc8f99d commit 8b99243

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,6 @@ function qt() {
36803680
else if (r.isFormDataLike(U)) {
36813681
const mA = `----formdata-undici-0${`${h(1e11)}`.padStart(11, "0")}`, T = `--${mA}\r
36823682
Content-Disposition: form-data`;
3683-
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
36843683
const AA = (SA) => SA.replace(/\n/g, "%0A").replace(/\r/g, "%0D").replace(/"/g, "%22"), EA = (SA) => SA.replace(/\r?\n|\r/g, `\r
36853684
`), BA = [], QA = new Uint8Array([13, 10]);
36863685
P = 0;
@@ -11057,7 +11056,6 @@ function Qa() {
1105711056
a > A ? (C += 8, o = 127) : a > 125 && (C += 2, o = 126);
1105811057
const i = Buffer.allocUnsafe(a + C);
1105911058
i[0] = i[1] = 0, i[0] |= 128, i[0] = (i[0] & 240) + e;
11060-
/*! ws. MIT License. Einar Otto Stangvik <[email protected]> */
1106111059
i[C - 4] = this.maskKey[0], i[C - 3] = this.maskKey[1], i[C - 2] = this.maskKey[2], i[C - 1] = this.maskKey[3], i[1] = o, o === 126 ? i.writeUInt16BE(a, 2) : o === 127 && (i[2] = i[3] = 0, i.writeUIntBE(a, 4, 6)), i[1] |= 128;
1106211060
for (let E = 0; E < a; E++)
1106311061
i[C + E] = this.frameData[E] ^ this.maskKey[E % 4];

0 commit comments

Comments
 (0)