Use non-throttled timeouts for websockets
This commit is contained in:
parent
8cf6748dce
commit
27573e6dce
7 changed files with 107 additions and 32 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
import { Bytes } from './Bytes';
|
||||
import { Crypto } from './Crypto';
|
||||
import { Timers } from './Timers';
|
||||
import {
|
||||
createNativeThemeListener,
|
||||
MinimalIPC,
|
||||
|
@ -13,6 +14,8 @@ export class Context {
|
|||
|
||||
public readonly crypto = new Crypto();
|
||||
|
||||
public readonly timers = new Timers();
|
||||
|
||||
public readonly nativeThemeListener;
|
||||
|
||||
constructor(private readonly ipc: MinimalIPC) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue