mirror of https://github.com/vector-im/riot-web
				
				
				
			improve typing in the idb worker
							parent
							
								
									4084a11847
								
							
						
					
					
						commit
						0e38eee080
					
				| 
						 | 
				
			
			@ -16,6 +16,8 @@ limitations under the License.
 | 
			
		|||
 | 
			
		||||
import { IndexedDBStoreWorker } from "matrix-js-sdk/src/indexeddb-worker";
 | 
			
		||||
 | 
			
		||||
const remoteWorker = new IndexedDBStoreWorker(postMessage as InstanceType<typeof Worker>["postMessage"]);
 | 
			
		||||
const ctx: Worker = self as any;
 | 
			
		||||
 | 
			
		||||
global.onmessage = remoteWorker.onMessage;
 | 
			
		||||
const remoteWorker = new IndexedDBStoreWorker(ctx.postMessage);
 | 
			
		||||
 | 
			
		||||
ctx.onmessage = remoteWorker.onMessage;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue