-
-
Couldn't load subscription status.
- Fork 3.3k
Improved Documentation #7682
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
base: main
Are you sure you want to change the base?
Improved Documentation #7682
Conversation
|
@pranjalisr is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for Cross-Domain and Dynamic Web Workers to address issue 6716. While the title mentions "Improved Documentation," the changes specifically focus on documenting how to configure workers when scripts are hosted on different origins.
- Added documentation section explaining cross-domain web worker configuration
- Provided code example demonstrating dynamic public path setup using
__webpack_public_path__
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
Added Cross-Domain and Dynamic Web Workers to fix issue 6716
What kind of change does this PR introduce?
Added Cross-Domain and Dynamic Web Workers
Did you add tests for your changes?
Not Required
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?