We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432244e commit d988568Copy full SHA for d988568
1 file changed
src/Rokt-Kit.js
@@ -31,7 +31,7 @@ var constructor = function () {
31
self.userAttributes = {};
32
33
/**
34
- * Passes attributes to the Rokt Web SDK for server-side hashing
+ * Passes attributes to the Rokt Web SDK for client-side hashing
35
* @see https://docs.rokt.com/developers/integration-guides/web/library/integration-launcher#hash-attributes
36
* @param {Object} attributes - The attributes to be hashed
37
* @returns {Promise<Object|null>} A Promise resolving to the
0 commit comments