1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Rip out bluebird of a bunch more places, not as much to go :|

This commit is contained in:
Michael Telatynski
2019-11-25 15:38:52 +00:00
parent 1286007b2e
commit edcdeb31ea
10 changed files with 1 additions and 11 deletions

View File

@@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import Promise from 'bluebird';
/**
* Check if an IndexedDB database exists. The only way to do so is to try opening it, so
* we do that and then delete it did not exist before.