```javascript // Currently do not support unsynchronisation if (flags.unsync) { throw new Error('no support for unsynchronisation'); } ```