Source file chrome_lwt.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module Utils = Extension_utils
module Runtime = Runtime_chrome_lwt
module Tabs = Tabs_chrome_lwt
module Storage = Storage_chrome_lwt
module Windows = Windows_chrome_lwt
module I18n = I18n_chrome_lwt
let runtime = Runtime.runtime
let storage = Storage.storage
let sync = Storage.sync
let local = Storage.local
let tabs = Tabs.tabs
let windows = Windows.windows
let i18n = I18n.i18n