View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000189 | itineris_acs | General | public | 2025-08-29 06:33 | 2025-08-29 06:33 |
Reporter | guttmann | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0000189: acs uses non standard websocketstream, event.detail.code! shoubd be CloseEvent | ||||
Description | this.closed = new Promise(function(resolve, reject) { this.#ws.addEventListener("close", function(event) { if (event.detail.wasClean) { resolve({ closeCode: event.detail.code, reason: event.detail.reason }); } else { reject({ closeCode: event.detail.code, reason: event.detail.reason }); } }.bind(this)); }.bind(this)); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-08-29 06:33 | guttmann | New Issue |