mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Initial commit
This commit is contained in:
10
ext/src/shim/state.js
Executable file
10
ext/src/shim/state.js
Executable file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
// Global API state
|
||||
const state = {
|
||||
apiConfig: null
|
||||
, receiverList: []
|
||||
, sessionList: []
|
||||
};
|
||||
|
||||
export default state;
|
||||
Reference in New Issue
Block a user