Skip to content

Commit 2284e20

Browse files
MarkzipanCommit Queue
authored andcommitted
[ddc] Adding IndexedDB to auto-loaded libraries with global side effects.
Change-Id: If5e0fdd6c269c1933018b741813d180c8d62c660 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425660 Reviewed-by: Nicholas Shahan <[email protected]> Commit-Queue: Mark Zhou <[email protected]>
1 parent 3ee54d9 commit 2284e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/dev_compiler/lib/js/ddc/ddc_module_loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@ if (!self.deferred_loader) {
15301530
this.initializeAndLinkLibrary('dart:_interceptors');
15311531
this.initializeAndLinkLibrary('dart:_native_typed_data');
15321532
this.initializeAndLinkLibrary('dart:html');
1533+
this.initializeAndLinkLibrary('dart:indexed_db');
15331534
this.initializeAndLinkLibrary('dart:svg');
15341535
this.initializeAndLinkLibrary('dart:web_audio');
15351536
this.initializeAndLinkLibrary('dart:web_gl');

0 commit comments

Comments
 (0)