1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00
Files
browser/apps/browser
Oscar Hinton 3a5112c6c7 Ensure we await for the wasm module to load (#11995)
Webpack seems to always convert imports to be async. This causes a issue where
init_sdk is not always initialized before we call it. To resolve this I added
a promise we can await in MV3 mode, and also defined a timeout which throws an
error we can use to identify if we have issues loading the module.

(cherry picked from commit ef127fd26e)
2024-11-14 13:54:16 -05:00
..
2024-10-07 13:56:02 +02:00
2024-01-04 14:47:49 -05:00
2022-05-10 10:20:32 -04:00
2024-11-13 13:08:24 +01:00

Github Workflow build browser on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

My Vault

Documentation

Please refer to the Browser section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.