-
Notifications
You must be signed in to change notification settings - Fork 68
Add proposal: Synchronous data at startup #793
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?
Conversation
Nice to see some progress to fix this very ancient problem, thank you! I'm quite happy with this proposal, but I must signal two major problems making it unsuitable as a replacement for the current XHR work-around (one is a blocker, the second is slightly less critical):
|
@Rob--W Thanks for the proposal — this solves a real problem, but I strongly prefer a single Splitting into
We already enforce content script access control for There’s also no precedent for changes in one namespace triggering events in another, and introducing that pattern (e.g., Also, I support keeping |
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.
Requesting changes based on my above comment.
This proposal offers a mechanism for extensions to specify values that are synchronously available when a content script or background script executes
This covers the use cases of #536, #703, #501, #747, among others.