Slide 27
Slide 27 text
Content
Script
Background Script
Step 4: Receive spoiler
dispatch(receiveSpoiler())
{
foreground: true,
tab,
type: “RECEIVE_SPOILER”,
spoiler: ...
}
● Dispatch receive action upon retrieval
● Pass the spoiler to content script
> git checkout step4