// ----- internal helpers ----- _sign(payload) // Simple client‑side HMAC (for demo only – production uses server‑side signing) // In real world, we send payload to a signing service or use AWS SigV4. return ''; // placeholder
The specimen URE093 is part of a larger collection analyzed to understand the Technological Style of Fremont Pottery . It originates from , a significant archaeological site that has provided deep insights into the Parowan Valley potting communities between approximately AD 900 and 1250. Site Location: Evans Mound (42IN43), Parowan Valley, Utah. Cultural Affiliation: Fremont Culture. ure093
// ----- private queue handling ----- _queueEvent(action, tag, itemId) const ev = eventId: uuidv4(), tenantId: this.tenantId, userIdHash: this._hash(this.userId), itemId, tag: tag.trim().toLowerCase(), action, timestamp: Date.now(), ; this.queue.push(ev); if (this.queue.length >= 20) this.flush(); // ----- internal helpers ----- _sign(payload) // Simple