Stefan Sechelmann
Stefan Sechelmann
Right, but shouldn't this be a noop: ```ts Settings.defaultZoneName = Settings.defaultZoneName; ```
Same issue here 😳, seems to have been introduced by iOS `12.2`. Hasn't been observed before.
Our users start seeing this error but it doesn't seem to be connected to images in our cases. My feeling is that it may be triggered under memory pressure.
I use different files to define nested-modules with a common parent module and it never occurred to me that the parent module is in fact several modules with the same...
Good idea: We have a scenario where we connect to the same server with different sets of query parameters. Cannot do this atm with mock-socket. See also #215.
http://reactivex.io/ is your friend.
Hey @rijnhard, here is an example: ```typescript import { Server, WebSocket as MockSocket } from 'mock-socket'; import { ReplaySubject } from 'rxjs/ReplaySubject'; export class MockServer extends Server { public queue...
This can be closed now that #271 is merged.
Hey David, I created a fiddle to test this, there is an implementation using Dexie and one using native IndexedDB. https://fiddle.jshell.net/sechel/qn7oesaf/ In TechPreview of Safari the prefix of the `WebCrypto`...