-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Extension 🔌Feature Requestideas for new featuresideas for new featuresGood first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomehelp wantedjavascriptPull requests that update Javascript codePull requests that update Javascript code
Milestone
Description
Is your feature request related to a problem? Please describe.
The js_vars was added by #3342 for the purpose of passing variables from PHP to JavaScript in extensions.
However, if multiple extensions use js_vars, only the last js_vars will work.
Use case
If Copy2Clipboard and ReadingTime#300 are enabled at the same time,
one of them will not work properly.
Describe the solution you’d like
Change signature of js_vars to PassArguments.
In addition, make sure that PassArguments returns a return value.
Describe alternatives you’ve considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Extension 🔌Feature Requestideas for new featuresideas for new featuresGood first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomehelp wantedjavascriptPull requests that update Javascript codePull requests that update Javascript code