Broadcast Channel API for JS Messaging

Поделиться
HTML-код
  • Опубликовано: 25 июл 2022
  • This is the first video in the JavaScript Messaging API Playlist. This video explains how to use the BroadcastChannel API to send and receive messages between tabs, workers, service workers, frames and iframes.
    Code from video: gist.github.com/prof3ssorSt3v...

Комментарии • 27

  • @abidibnazam4462
    @abidibnazam4462 Месяц назад

    Just discovered this Amazing channel :), full of gems !!!!!. Thanks a lot Professor St3v3

  • @mmhgarcia
    @mmhgarcia 4 месяца назад

    Tremendo video !! No conocia esta api. Muy elegante forma de programar. Excelente trabajo. Gracias !!

  • @emwe1s71
    @emwe1s71 2 месяца назад

    explained clearly, thank you professor

  • @qzbnyv
    @qzbnyv Год назад +2

    Glad to see that you’re back at it Steve after your post-React series big break 👏 I hope all has been going well on your end

  • @RajibAhmad
    @RajibAhmad Год назад +2

    eagerly waiting for other videos in the series.... Also thanks a lot for the featured playlist... its on the next level... thanks a lot... May Allah heavily reward you for all these great content of yours

  • @matthewslyh4052
    @matthewslyh4052 Год назад

    Love the WKRP reference. One of my favorite TV shows back in the day! You should have way more subscribers. Keep up the great work!

  • @colbr6733
    @colbr6733 Год назад +1

    Very cool stuff, while making it look so easy. Will be taking time out to absorb the Messaging API playlist.

  • @oah8465
    @oah8465 Год назад

    the professor strikes again. Fantastic video.

  • @LuisSanteliz
    @LuisSanteliz 10 месяцев назад

    EXCELENT 👍

  • @jrs_devs
    @jrs_devs Год назад

    Thank you for the video! Super as always!

  • @nro337
    @nro337 Год назад +1

    Thanks for the great videos!

  • @abhim6380
    @abhim6380 Год назад

    Nice.. 76k subs. You deserve more.

  • @tahasoft1
    @tahasoft1 Год назад

    Great one. Thanks. Does it support SharedWorker?

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Год назад +1

      It works to broadcast like a radio. Any execution context within the same origin will be able to listen and broadcast on the channel.

  • @georgehamilton1166
    @georgehamilton1166 Год назад +1

    Sir, please make a tutorial on MessageChannel API 🙏

  • @whatthefunction9140
    @whatthefunction9140 Год назад

    Can you only send strings or could you send an var or function for object?

  • @squarerootof2
    @squarerootof2 Год назад

    I brought you nachos muchachos...

  • @surenderoati
    @surenderoati Месяц назад

    If i have only single tab and send message..then how to make sure message was sent.
    I wants to confirm if it work like promise ?

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Месяц назад

      If you broadcast a message then it is sent immediately. But you have no way of knowing if anyone was listening unless they send you back a message.

  • @lp26197
    @lp26197 Год назад +1

    Please how can I install cordova in widows

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Год назад

      Here is the full Cordova playlist - ruclips.net/video/CDY1fRZycGk/видео.html

    • @lp26197
      @lp26197 Год назад

      @@SteveGriffith-Prof3ssorSt3v3 I want to start your course, but first I want to install cordova on my windos. Did you explain this? You are inside the course, meaning do I start the course without doing anything and everything will be learned, thank you

  • @ramielwan48
    @ramielwan48 Год назад +1

    I wish you start programming in typescript

  • @RodrigoMendoza7
    @RodrigoMendoza7 Год назад

    This API looks similar to Web Sockets