Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documenting hooks.js file #5

Merged
merged 6 commits into from
Dec 13, 2023
Merged

Documenting hooks.js file #5

merged 6 commits into from
Dec 13, 2023

Conversation

MaxFrank13
Copy link
Member

The hooks.js file is utilized by a Plugin and its Host to manage communication between windows. This is enabled through implementing the Window's postMessage event: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

This PR aims to document what the hooks in this file do in an attempt to provide additional context for developers.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (527e322) 75.00% compared to head (73aba2f) 75.00%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files          10       10           
  Lines         132      132           
  Branches       19       19           
=======================================
  Hits           99       99           
  Misses         31       31           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MaxFrank13 MaxFrank13 merged commit 74ac86b into master Dec 13, 2023
7 checks passed
@MaxFrank13 MaxFrank13 deleted the mfrank/hooks-docs branch January 23, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants