@doordeck/doordeck-headless-sdk 0.30.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1484 -1484
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +33 -23
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js.map +1 -1
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +11 -11
- package/kotlin/Stately-stately-concurrency.js +9 -9
- package/kotlin/Stately-stately-concurrent-collections.js +87 -87
- package/kotlin/doordeck-sdk.d.ts +33 -27
- package/kotlin/doordeck-sdk.js +14002 -14031
- package/kotlin/doordeck-sdk.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +3422 -3210
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-atomicfu.js +71 -71
- package/kotlin/kotlinx-atomicfu.js.map +1 -1
- package/kotlin/kotlinx-coroutines-core.js +2854 -2898
- package/kotlin/kotlinx-coroutines-core.js.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core.js +938 -453
- package/kotlin/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +2344 -2283
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json-io.js +8 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json-io.js.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +2146 -1806
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/kotlin/ktor-ktor-client-ktor-client-core.js +3510 -3374
- package/kotlin/ktor-ktor-client-ktor-client-core.js.map +1 -1
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +490 -431
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js.map +1 -1
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +232 -232
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js.map +1 -1
- package/kotlin/ktor-ktor-http.js +1101 -1046
- package/kotlin/ktor-ktor-http.js.map +1 -1
- package/kotlin/ktor-ktor-io.js +947 -941
- package/kotlin/ktor-ktor-io.js.map +1 -1
- package/kotlin/ktor-ktor-shared-ktor-events.js +24 -24
- package/kotlin/ktor-ktor-shared-ktor-events.js.map +1 -1
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +9 -9
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js.map +1 -1
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +325 -325
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js.map +1 -1
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +130 -130
- package/kotlin/ktor-ktor-shared-ktor-serialization.js.map +1 -1
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +115 -101
- package/kotlin/ktor-ktor-shared-ktor-websockets.js.map +1 -1
- package/kotlin/ktor-ktor-utils.js +1133 -806
- package/kotlin/ktor-ktor-utils.js.map +1 -1
- package/kotlin/projects-core-koin-core.js +561 -527
- package/kotlin/projects-core-koin-core.js.map +1 -1
- package/package.json +3 -5
- package/kotlin/uuid.js +0 -152
- package/kotlin/uuid.js.map +0 -1
|
@@ -2,29 +2,30 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
4
|
var imul = Math.imul;
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
5
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.g6;
|
|
6
|
+
var mapCapacity = kotlin_kotlin.$_$.u7;
|
|
7
|
+
var coerceAtLeast = kotlin_kotlin.$_$.ub;
|
|
8
|
+
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
9
|
+
var Unit_instance = kotlin_kotlin.$_$.j5;
|
|
10
|
+
var protoOf = kotlin_kotlin.$_$.nb;
|
|
11
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.oa;
|
|
12
|
+
var enumEntries = kotlin_kotlin.$_$.s9;
|
|
13
|
+
var Enum = kotlin_kotlin.$_$.pe;
|
|
14
|
+
var initMetadataForClass = kotlin_kotlin.$_$.na;
|
|
15
|
+
var VOID = kotlin_kotlin.$_$.h;
|
|
16
|
+
var toString = kotlin_kotlin.$_$.rb;
|
|
17
|
+
var getStringHashCode = kotlin_kotlin.$_$.la;
|
|
18
|
+
var THROW_CCE = kotlin_kotlin.$_$.af;
|
|
19
|
+
var DisposableHandle = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.w;
|
|
20
|
+
var initMetadataForObject = kotlin_kotlin.$_$.ta;
|
|
21
|
+
var compareTo = kotlin_kotlin.$_$.ea;
|
|
22
|
+
var ensureNotNull = kotlin_kotlin.$_$.rf;
|
|
23
|
+
var fillArrayVal = kotlin_kotlin.$_$.ia;
|
|
24
|
+
var objectCreate = kotlin_kotlin.$_$.mb;
|
|
25
|
+
var toByteArray = kotlin_io_ktor_ktor_io.$_$.x;
|
|
25
26
|
var Buffer = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.f;
|
|
26
|
-
var writeText = kotlin_io_ktor_ktor_io.$_$.
|
|
27
|
-
var
|
|
27
|
+
var writeText = kotlin_io_ktor_ktor_io.$_$.a1;
|
|
28
|
+
var readByteArray = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.j;
|
|
28
29
|
//endregion
|
|
29
30
|
//region block: pre-declaration
|
|
30
31
|
initMetadataForCompanion(Companion);
|
|
@@ -55,24 +56,22 @@
|
|
|
55
56
|
Companion_instance = this;
|
|
56
57
|
var tmp = this;
|
|
57
58
|
// Inline function 'kotlin.collections.associateBy' call
|
|
58
|
-
var this_0 =
|
|
59
|
-
var capacity = coerceAtLeast(mapCapacity(this_0
|
|
59
|
+
var this_0 = get_entries();
|
|
60
|
+
var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(this_0, 10)), 16);
|
|
60
61
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
61
62
|
var destination = LinkedHashMap_init_$Create$(capacity);
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
var element = this_0[inductionVariable];
|
|
66
|
-
inductionVariable = inductionVariable + 1 | 0;
|
|
63
|
+
var tmp0_iterator = this_0.p();
|
|
64
|
+
while (tmp0_iterator.q()) {
|
|
65
|
+
var element = tmp0_iterator.r();
|
|
67
66
|
// Inline function 'io.ktor.websocket.Companion.byCodeMap.<anonymous>' call
|
|
68
|
-
var tmp$ret$0 = element.
|
|
69
|
-
destination.
|
|
67
|
+
var tmp$ret$0 = element.f2p_1;
|
|
68
|
+
destination.n2(tmp$ret$0, element);
|
|
70
69
|
}
|
|
71
|
-
tmp.
|
|
72
|
-
this.
|
|
70
|
+
tmp.g2p_1 = destination;
|
|
71
|
+
this.h2p_1 = Codes_INTERNAL_ERROR_getInstance();
|
|
73
72
|
}
|
|
74
|
-
protoOf(Companion).
|
|
75
|
-
return this.
|
|
73
|
+
protoOf(Companion).i2p = function (code) {
|
|
74
|
+
return this.g2p_1.k2(code);
|
|
76
75
|
};
|
|
77
76
|
var Companion_instance;
|
|
78
77
|
function Companion_getInstance() {
|
|
@@ -84,6 +83,11 @@
|
|
|
84
83
|
function values() {
|
|
85
84
|
return [Codes_NORMAL_getInstance(), Codes_GOING_AWAY_getInstance(), Codes_PROTOCOL_ERROR_getInstance(), Codes_CANNOT_ACCEPT_getInstance(), Codes_CLOSED_ABNORMALLY_getInstance(), Codes_NOT_CONSISTENT_getInstance(), Codes_VIOLATED_POLICY_getInstance(), Codes_TOO_BIG_getInstance(), Codes_NO_EXTENSION_getInstance(), Codes_INTERNAL_ERROR_getInstance(), Codes_SERVICE_RESTART_getInstance(), Codes_TRY_AGAIN_LATER_getInstance()];
|
|
86
85
|
}
|
|
86
|
+
function get_entries() {
|
|
87
|
+
if ($ENTRIES == null)
|
|
88
|
+
$ENTRIES = enumEntries(values());
|
|
89
|
+
return $ENTRIES;
|
|
90
|
+
}
|
|
87
91
|
var Codes_entriesInitialized;
|
|
88
92
|
function Codes_initEntries() {
|
|
89
93
|
if (Codes_entriesInitialized)
|
|
@@ -103,9 +107,10 @@
|
|
|
103
107
|
Codes_TRY_AGAIN_LATER_instance = new Codes('TRY_AGAIN_LATER', 11, 1013);
|
|
104
108
|
Companion_getInstance();
|
|
105
109
|
}
|
|
110
|
+
var $ENTRIES;
|
|
106
111
|
function Codes(name, ordinal, code) {
|
|
107
112
|
Enum.call(this, name, ordinal);
|
|
108
|
-
this.
|
|
113
|
+
this.f2p_1 = code;
|
|
109
114
|
}
|
|
110
115
|
function Codes_NORMAL_getInstance() {
|
|
111
116
|
Codes_initEntries();
|
|
@@ -156,19 +161,19 @@
|
|
|
156
161
|
return Codes_TRY_AGAIN_LATER_instance;
|
|
157
162
|
}
|
|
158
163
|
function CloseReason(code, message) {
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
164
|
+
this.j2p_1 = code;
|
|
165
|
+
this.k2p_1 = message;
|
|
161
166
|
}
|
|
162
|
-
protoOf(CloseReason).
|
|
163
|
-
return Companion_getInstance().
|
|
167
|
+
protoOf(CloseReason).l2p = function () {
|
|
168
|
+
return Companion_getInstance().i2p(this.j2p_1);
|
|
164
169
|
};
|
|
165
170
|
protoOf(CloseReason).toString = function () {
|
|
166
|
-
var tmp0_elvis_lhs = this.
|
|
167
|
-
return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.
|
|
171
|
+
var tmp0_elvis_lhs = this.l2p();
|
|
172
|
+
return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.j2p_1 : tmp0_elvis_lhs) + ', message=' + this.k2p_1 + ')';
|
|
168
173
|
};
|
|
169
174
|
protoOf(CloseReason).hashCode = function () {
|
|
170
|
-
var result = this.
|
|
171
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
175
|
+
var result = this.j2p_1;
|
|
176
|
+
result = imul(result, 31) + getStringHashCode(this.k2p_1) | 0;
|
|
172
177
|
return result;
|
|
173
178
|
};
|
|
174
179
|
protoOf(CloseReason).equals = function (other) {
|
|
@@ -177,19 +182,31 @@
|
|
|
177
182
|
if (!(other instanceof CloseReason))
|
|
178
183
|
return false;
|
|
179
184
|
var tmp0_other_with_cast = other instanceof CloseReason ? other : THROW_CCE();
|
|
180
|
-
if (!(this.
|
|
185
|
+
if (!(this.j2p_1 === tmp0_other_with_cast.j2p_1))
|
|
181
186
|
return false;
|
|
182
|
-
if (!(this.
|
|
187
|
+
if (!(this.k2p_1 === tmp0_other_with_cast.k2p_1))
|
|
183
188
|
return false;
|
|
184
189
|
return true;
|
|
185
190
|
};
|
|
186
191
|
function NonDisposableHandle() {
|
|
187
192
|
}
|
|
188
|
-
protoOf(NonDisposableHandle).
|
|
193
|
+
protoOf(NonDisposableHandle).wq = function () {
|
|
194
|
+
return Unit_instance;
|
|
189
195
|
};
|
|
190
196
|
protoOf(NonDisposableHandle).toString = function () {
|
|
191
197
|
return 'NonDisposableHandle';
|
|
192
198
|
};
|
|
199
|
+
protoOf(NonDisposableHandle).hashCode = function () {
|
|
200
|
+
return 207988788;
|
|
201
|
+
};
|
|
202
|
+
protoOf(NonDisposableHandle).equals = function (other) {
|
|
203
|
+
if (this === other)
|
|
204
|
+
return true;
|
|
205
|
+
if (!(other instanceof NonDisposableHandle))
|
|
206
|
+
return false;
|
|
207
|
+
other instanceof NonDisposableHandle || THROW_CCE();
|
|
208
|
+
return true;
|
|
209
|
+
};
|
|
193
210
|
var NonDisposableHandle_instance;
|
|
194
211
|
function NonDisposableHandle_getInstance() {
|
|
195
212
|
return NonDisposableHandle_instance;
|
|
@@ -202,62 +219,53 @@
|
|
|
202
219
|
function Companion_0() {
|
|
203
220
|
Companion_instance_0 = this;
|
|
204
221
|
var tmp = this;
|
|
205
|
-
var tmp$ret$
|
|
222
|
+
var tmp$ret$0;
|
|
206
223
|
$l$block_0: {
|
|
207
224
|
// Inline function 'kotlin.collections.maxByOrNull' call
|
|
208
|
-
var
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
tmp$ret$1 = null;
|
|
225
|
+
var iterator = get_entries_0().p();
|
|
226
|
+
if (!iterator.q()) {
|
|
227
|
+
tmp$ret$0 = null;
|
|
212
228
|
break $l$block_0;
|
|
213
229
|
}
|
|
214
|
-
var maxElem =
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
tmp$ret$1 = maxElem;
|
|
230
|
+
var maxElem = iterator.r();
|
|
231
|
+
if (!iterator.q()) {
|
|
232
|
+
tmp$ret$0 = maxElem;
|
|
218
233
|
break $l$block_0;
|
|
219
234
|
}
|
|
220
235
|
// Inline function 'io.ktor.websocket.Companion.maxOpcode.<anonymous>' call
|
|
221
|
-
var maxValue = maxElem.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
var v = e.r22_1;
|
|
230
|
-
if (compareTo(maxValue, v) < 0) {
|
|
231
|
-
maxElem = e;
|
|
232
|
-
maxValue = v;
|
|
233
|
-
}
|
|
236
|
+
var maxValue = maxElem.p2p_1;
|
|
237
|
+
do {
|
|
238
|
+
var e = iterator.r();
|
|
239
|
+
// Inline function 'io.ktor.websocket.Companion.maxOpcode.<anonymous>' call
|
|
240
|
+
var v = e.p2p_1;
|
|
241
|
+
if (compareTo(maxValue, v) < 0) {
|
|
242
|
+
maxElem = e;
|
|
243
|
+
maxValue = v;
|
|
234
244
|
}
|
|
235
|
-
|
|
236
|
-
|
|
245
|
+
}
|
|
246
|
+
while (iterator.q());
|
|
247
|
+
tmp$ret$0 = maxElem;
|
|
237
248
|
}
|
|
238
|
-
tmp.
|
|
249
|
+
tmp.q2p_1 = ensureNotNull(tmp$ret$0).p2p_1;
|
|
239
250
|
var tmp_0 = this;
|
|
240
251
|
var tmp_1 = 0;
|
|
241
|
-
var tmp_2 = this.
|
|
252
|
+
var tmp_2 = this.q2p_1 + 1 | 0;
|
|
242
253
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
243
254
|
var tmp_3 = fillArrayVal(Array(tmp_2), null);
|
|
244
255
|
while (tmp_1 < tmp_2) {
|
|
245
256
|
var tmp_4 = tmp_1;
|
|
246
|
-
var tmp$ret$
|
|
257
|
+
var tmp$ret$5;
|
|
247
258
|
$l$block_2: {
|
|
248
259
|
// Inline function 'kotlin.collections.singleOrNull' call
|
|
249
260
|
var single = null;
|
|
250
261
|
var found = false;
|
|
251
|
-
var
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
while (inductionVariable_0 < last) {
|
|
255
|
-
var element = indexedObject[inductionVariable_0];
|
|
256
|
-
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
262
|
+
var tmp0_iterator = get_entries_0().p();
|
|
263
|
+
while (tmp0_iterator.q()) {
|
|
264
|
+
var element = tmp0_iterator.r();
|
|
257
265
|
// Inline function 'io.ktor.websocket.Companion.byOpcodeArray.<anonymous>' call
|
|
258
|
-
if (element.
|
|
266
|
+
if (element.p2p_1 === tmp_4) {
|
|
259
267
|
if (found) {
|
|
260
|
-
tmp$ret$
|
|
268
|
+
tmp$ret$5 = null;
|
|
261
269
|
break $l$block_2;
|
|
262
270
|
}
|
|
263
271
|
single = element;
|
|
@@ -265,15 +273,15 @@
|
|
|
265
273
|
}
|
|
266
274
|
}
|
|
267
275
|
if (!found) {
|
|
268
|
-
tmp$ret$
|
|
276
|
+
tmp$ret$5 = null;
|
|
269
277
|
break $l$block_2;
|
|
270
278
|
}
|
|
271
|
-
tmp$ret$
|
|
279
|
+
tmp$ret$5 = single;
|
|
272
280
|
}
|
|
273
|
-
tmp_3[tmp_4] = tmp$ret$
|
|
281
|
+
tmp_3[tmp_4] = tmp$ret$5;
|
|
274
282
|
tmp_1 = tmp_1 + 1 | 0;
|
|
275
283
|
}
|
|
276
|
-
tmp_0.
|
|
284
|
+
tmp_0.r2p_1 = tmp_3;
|
|
277
285
|
}
|
|
278
286
|
var Companion_instance_0;
|
|
279
287
|
function Companion_getInstance_0() {
|
|
@@ -285,6 +293,11 @@
|
|
|
285
293
|
function values_0() {
|
|
286
294
|
return [FrameType_TEXT_getInstance(), FrameType_BINARY_getInstance(), FrameType_CLOSE_getInstance(), FrameType_PING_getInstance(), FrameType_PONG_getInstance()];
|
|
287
295
|
}
|
|
296
|
+
function get_entries_0() {
|
|
297
|
+
if ($ENTRIES_0 == null)
|
|
298
|
+
$ENTRIES_0 = enumEntries(values_0());
|
|
299
|
+
return $ENTRIES_0;
|
|
300
|
+
}
|
|
288
301
|
var FrameType_entriesInitialized;
|
|
289
302
|
function FrameType_initEntries() {
|
|
290
303
|
if (FrameType_entriesInitialized)
|
|
@@ -297,10 +310,11 @@
|
|
|
297
310
|
FrameType_PONG_instance = new FrameType('PONG', 4, true, 10);
|
|
298
311
|
Companion_getInstance_0();
|
|
299
312
|
}
|
|
313
|
+
var $ENTRIES_0;
|
|
300
314
|
function FrameType(name, ordinal, controlFrame, opcode) {
|
|
301
315
|
Enum.call(this, name, ordinal);
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
316
|
+
this.o2p_1 = controlFrame;
|
|
317
|
+
this.p2p_1 = opcode;
|
|
304
318
|
}
|
|
305
319
|
function FrameType_TEXT_getInstance() {
|
|
306
320
|
FrameType_initEntries();
|
|
@@ -344,8 +358,8 @@
|
|
|
344
358
|
// Inline function 'io.ktor.utils.io.core.buildPacket' call
|
|
345
359
|
var builder = new Buffer();
|
|
346
360
|
// Inline function 'io.ktor.websocket.Close.<init>.<anonymous>' call
|
|
347
|
-
builder.
|
|
348
|
-
writeText(builder, reason.
|
|
361
|
+
builder.m1c(reason.j2p_1);
|
|
362
|
+
writeText(builder, reason.k2p_1);
|
|
349
363
|
Close_init_$Init$_0(builder, $this);
|
|
350
364
|
return $this;
|
|
351
365
|
}
|
|
@@ -353,11 +367,11 @@
|
|
|
353
367
|
return Close_init_$Init$(reason, objectCreate(protoOf(Close)));
|
|
354
368
|
}
|
|
355
369
|
function Close_init_$Init$_0(packet, $this) {
|
|
356
|
-
Close.call($this,
|
|
370
|
+
Close.call($this, readByteArray(packet));
|
|
357
371
|
return $this;
|
|
358
372
|
}
|
|
359
373
|
function Close_init_$Init$_1($this) {
|
|
360
|
-
Close.call($this, Companion_getInstance_1().
|
|
374
|
+
Close.call($this, Companion_getInstance_1().s2p_1);
|
|
361
375
|
return $this;
|
|
362
376
|
}
|
|
363
377
|
function Close_init_$Create$_0() {
|
|
@@ -380,7 +394,7 @@
|
|
|
380
394
|
}
|
|
381
395
|
function Companion_1() {
|
|
382
396
|
Companion_instance_1 = this;
|
|
383
|
-
this.
|
|
397
|
+
this.s2p_1 = new Int8Array(0);
|
|
384
398
|
}
|
|
385
399
|
var Companion_instance_1;
|
|
386
400
|
function Companion_getInstance_1() {
|
|
@@ -394,16 +408,16 @@
|
|
|
394
408
|
rsv1 = rsv1 === VOID ? false : rsv1;
|
|
395
409
|
rsv2 = rsv2 === VOID ? false : rsv2;
|
|
396
410
|
rsv3 = rsv3 === VOID ? false : rsv3;
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
411
|
+
this.t2p_1 = fin;
|
|
412
|
+
this.u2p_1 = frameType;
|
|
413
|
+
this.v2p_1 = data;
|
|
414
|
+
this.w2p_1 = disposableHandle;
|
|
415
|
+
this.x2p_1 = rsv1;
|
|
416
|
+
this.y2p_1 = rsv2;
|
|
417
|
+
this.z2p_1 = rsv3;
|
|
404
418
|
}
|
|
405
419
|
protoOf(Frame).toString = function () {
|
|
406
|
-
return 'Frame ' + this.
|
|
420
|
+
return 'Frame ' + this.u2p_1.toString() + ' (fin=' + this.t2p_1 + ', buffer len = ' + this.v2p_1.length + ')';
|
|
407
421
|
};
|
|
408
422
|
//region block: init
|
|
409
423
|
NonDisposableHandle_instance = new NonDisposableHandle();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/common/src/io/ktor/websocket/CloseReason.kt","../../../../../library/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/common/src/io/ktor/websocket/CloseReason.kt","../../../../../library/build/compileSync/js/main/productionLibrary/kotlin/common/src/generated/_Collections.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/common/src/io/ktor/websocket/FrameCommon.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/common/src/io/ktor/websocket/FrameType.kt","../../../../../library/build/compileSync/js/main/productionLibrary/kotlin/js/builtins/Library.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-websockets/jsAndWasmShared/src/io/ktor/websocket/FrameJs.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt"],"sourcesContent":[null,null,null,null,null,null,null],"names":["<init>","capacity","element","byCode","code","values","<get-entries>","message","<get-knownReason>","toString","result","dispose","iterator","maxElem","maxValue","e","v","single","found","controlFrame","opcode","Binary_init_$Init$","fin","data","Binary_init_$Create$","Text_init_$Init$","text","Text_init_$Create$","Close_init_$Init$","reason","builder","Close_init_$Create$","packet","rsv1","rsv2","rsv3","frameType","disposableHandle"],"mappings":"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"}
|