mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-26 03:36:04 +10:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|