function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sekiyikasekiyika 

Chrome extension Streaming API

I am new to Salesforce.

 

I am developing an chrome extension, which can show notification to the end users, when there is new message.

 

can I use Steaming API, and How?

 

Can you show the steps for me?

 

thank you

greentruck55greentruck55

Streaming is a PULL from the client to receive the notifications.. only a limited number of pull requests are supported at a time (right now no more than 20 total)

 

is your extension watching the main application? or is it actually invoking the pull, and passing the notification along to the main page for this tab?

 

I have an extension that calls our web search engine, combining multiple requests into one..  but the extension does ALL the work for the page.

 

can u give us a little more info on the intended use of the extension?