File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6022,20 +6022,20 @@ declare namespace firebase.database {
6022
6022
* INTERNAL methods for internal-use only (tests, etc.).
6023
6023
*
6024
6024
* @const
6025
- */
6025
+ */
6026
6026
INTERNAL : {
6027
6027
/**
6028
6028
* Deletes a database
6029
6029
*/
6030
- delete : ( ) => Promise < void > ,
6030
+ delete : ( ) => Promise < void > ;
6031
6031
/**
6032
6032
* Force the use of websockets instead of longPolling.
6033
6033
*/
6034
- forceWebSockets : ( ) => void ,
6034
+ forceWebSockets : ( ) => void ;
6035
6035
/**
6036
6036
* Force the use of longPolling instead of websockets. This will be ignored if websocket protocol is used in databaseURL.
6037
6037
*/
6038
- forceLongPolling : ( ) => void
6038
+ forceLongPolling : ( ) => void ;
6039
6039
} ;
6040
6040
/**
6041
6041
* Modify this instance to communicate with the Realtime Database emulator.
You can’t perform that action at this time.
0 commit comments