mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
[EC-272] Web workers using EncryptionService (#3532)
* Add item decryption to encryptService * Create multithreadEncryptService subclass to handle web workers * Create encryption web worker * Refactor cipherService to use new interface * Update dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ import { RouterModule } from "@angular/router";
|
||||
import { InfiniteScrollModule } from "ngx-infinite-scroll";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { CoreModule } from "@bitwarden/web-vault/app/core";
|
||||
import { CoreModule } from "@bitwarden/web-vault/app/core/core.module";
|
||||
import { OssRoutingModule } from "@bitwarden/web-vault/app/oss-routing.module";
|
||||
import { OssModule } from "@bitwarden/web-vault/app/oss.module";
|
||||
import { WildcardRoutingModule } from "@bitwarden/web-vault/app/wildcard-routing.module";
|
||||
|
||||
Reference in New Issue
Block a user