File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -6019,21 +6019,16 @@ declare namespace firebase.database {
6019
6019
*/
6020
6020
app : firebase . app . App ;
6021
6021
/**
6022
- * INTERNAL methods for internal-use only (tests, etc.) .
6022
+ * Additional methods for debugging and special cases .
6023
6023
*
6024
- * @const
6025
6024
*/
6026
6025
INTERNAL : {
6027
6026
/**
6028
- * Deletes a database
6029
- */
6030
- delete : ( ) => Promise < void > ;
6031
- /**
6032
- * Force the use of websockets instead of longPolling.
6027
+ * Force the use of WebSockets instead of long polling.
6033
6028
*/
6034
6029
forceWebSockets : ( ) => void ;
6035
6030
/**
6036
- * Force the use of longPolling instead of websockets . This will be ignored if websocket protocol is used in databaseURL.
6031
+ * Force the use of long polling instead of WebSockets . This will be ignored if the WebSocket protocol is used in ` databaseURL` .
6037
6032
*/
6038
6033
forceLongPolling : ( ) => void ;
6039
6034
} ;
You can’t perform that action at this time.
0 commit comments