We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b1cd7 commit d4ebac0Copy full SHA for d4ebac0
1 file changed
src/Rokt-Kit.js
@@ -33,7 +33,8 @@ var constructor = function () {
33
/**
34
* Passes attributes to the Rokt Web SDK for server-side hashing
35
* @param {Object} attributes - The attributes to be hashed
36
- * @returns {Object|null} The hashed attributes from the launcher, or `null` if the kit is not initialized
+ * @returns {Promise<Object|null>} A Promise resolving to the
37
+ * hashed attributes from the launcher, or `null` if the kit is not initialized
38
*/
39
function hashAttributes(attributes) {
40
if (!isInitialized()) {
0 commit comments