@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/broadcast-channel-api>
  a schema:TechArticle ;
  schema:headline "Broadcast Channel API" ;
  schema:url <https://anchorfact.org/computer-science/broadcast-channel-api/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/broadcast-channel-api>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/broadcast-channel-api>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/broadcast-channel-api>
  schema:citation <https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts> ;
  af:sourceTier "S" .