| 
									
										
										
										
											2017-09-28 16:18:12 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							|  |  |  |  * Copyright Google Inc. All Rights Reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import {Adapter} from './src/adapter'; | 
					
						
							|  |  |  | import {CacheDatabase} from './src/db-cache'; | 
					
						
							|  |  |  | import {Driver} from './src/driver'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const scope = self as any as ServiceWorkerGlobalScope; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-20 23:29:15 +02:00
										 |  |  | const adapter = new Adapter(scope); | 
					
						
							| 
									
										
										
										
											2017-09-28 16:18:12 -07:00
										 |  |  | const driver = new Driver(scope, adapter, new CacheDatabase(scope, adapter)); |