Skip to content

Instantly share code, notes, and snippets.

View ytiq's full-sized avatar

Ivan Bakun ytiq

  • Noltic
  • Lviv, Ukraine
View GitHub Profile
@ytiq
ytiq / cometd.js
Last active April 4, 2021 17:07
cometd.js
import {loadScript} from 'lightning/platformResourceLoader';
import cometd from '@salesforce/resourceUrl/cometd';
import {LightningElement, api} from "lwc";
import getSessionId from '@salesforce/apex/CommetD.getSessionId';
export default class CommetD extends LightningElement {
@api sessionId;
replayExtension;
cometd;
subscribedToChannel;