@kontent-ai/smart-link
Version:
Kontent.ai Smart Link SDK allowing to automatically inject [smart links](https://docs.kontent.ai/tutorials/develop-apps/build-strong-foundation/set-up-editing-from-preview#a-using-smart-links) to Kontent.ai according to manually specified [HTML data attri
9 lines • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createRequestId = void 0;
const createRequestId = () => {
const randomUint32 = window.crypto.getRandomValues(new Uint32Array(1))[0];
return randomUint32.toString(16);
};
exports.createRequestId = createRequestId;
//# sourceMappingURL=request.js.map