Open Bug 1616210 Opened 4 years ago Updated 1 year ago

Use module imports in indexedDB tests

Categories

(Core :: Storage: IndexedDB, task, P2)

task

Tracking

()

People

(Reporter: sg, Unassigned)

References

Details

At the moment, the indexedDB tests rely on implicit imports which makes it hard to understand where re-used functions come from. This should be changes to use ES6 module imports.

Since most of the tests run in both main thread and workers, this can only be done when workers support ES6 module import as well per Bug 1247687.

Priority: -- → P2
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.