backendless-rt-client
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -50,3 +50,5 @@ 'use strict'; | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES' | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES' | ||
@@ -53,0 +55,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -45,2 +45,4 @@ 'use strict'; | ||
this.onLoggingMessages = subscription(_constants.RTSubscriptionTypes.LOGGING_MESSAGES).bind(this); | ||
this.onConsoleMessages = subscription(_constants.RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this); | ||
this.onDeveloperMessage = subscription(_constants.RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this); | ||
@@ -183,3 +185,3 @@ this.onMessage = onMessage; | ||
/***** LOGGING SUBSCRIPTIONS ****** **/ | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/***************************************** **/ | ||
@@ -266,2 +268,9 @@ | ||
/** */ | ||
/***** LOGGING SUBSCRIPTIONS ****** **/ | ||
/***************************************** **/ | ||
/***************************************** **/ | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/** */ | ||
/** */ | ||
}]); | ||
@@ -268,0 +277,0 @@ |
@@ -50,3 +50,5 @@ 'use strict'; | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES' | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES' | ||
@@ -53,0 +55,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -45,2 +45,4 @@ 'use strict'; | ||
this.onLoggingMessages = subscription(_constants.RTSubscriptionTypes.LOGGING_MESSAGES).bind(this); | ||
this.onConsoleMessages = subscription(_constants.RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this); | ||
this.onDeveloperMessage = subscription(_constants.RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this); | ||
@@ -183,3 +185,3 @@ this.onMessage = onMessage; | ||
/***** LOGGING SUBSCRIPTIONS ****** **/ | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/***************************************** **/ | ||
@@ -266,2 +268,9 @@ | ||
/** */ | ||
/***** LOGGING SUBSCRIPTIONS ****** **/ | ||
/***************************************** **/ | ||
/***************************************** **/ | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/** */ | ||
/** */ | ||
}]); | ||
@@ -268,0 +277,0 @@ |
{ | ||
"name": "backendless-rt-client", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Backendless RT Client for connect to Backendless RT Server", | ||
@@ -5,0 +5,0 @@ "browser": "dist/backendless-rt-client.js", |
@@ -46,2 +46,4 @@ export const NativeSocketEvents = { | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES', | ||
@@ -48,0 +50,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -192,2 +192,9 @@ import { RTSocketEvents, RTSubscriptionTypes } from './constants' | ||
/***************************************** **/ | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/** */ onConsoleMessages = subscription(RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this) | ||
/** */ onDeveloperMessage = subscription(RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this) | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
/***************************************** **/ | ||
/** CONSOLE's SUBSCRIPTIONS **************************************************** **/ | ||
@@ -194,0 +201,0 @@ /******************************************************************************* **/ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
954014
6515