issues Search Results · repo:prototypejs/prototype language:JavaScript
Filter by
216 results
(86 ms)216 results
inprototypejs/prototype (press backspace or delete to remove)In light of having to fork Prototype.js in order to maintain compatibility with Vue.js, I had a few questions on the
state of this project, especially after reading savetheclocktower s comment here about ...
Discussion
Sublime1
- 12
- Opened on Nov 7, 2023
- #363
I know this project is no longer maintained, but who knows what the future holds? I m creating this issue to gather
thoughts on the fact that Prototype is no longer compatible with Vue.js since version ...
Sublime1
- 2
- Opened on Nov 2, 2023
- #362
$F throws an error if the element is missing in the DOM. Instead, it should either return NULL, UNDEFINED, or an empty
string. It shouldn t raise an error IMHO. Actually I don t believe it is raising an ...
kstubs
- Opened on Apr 27, 2023
- #360
Consider the following code.
const l_array = [ a , b , c ];
const l_it = l_array[Symbol.iterator](); //convert to iterator
var result = Array.from(l_it);
When that code is called from JavaScript ...
ecolui
- 1
- Opened on Apr 25, 2023
- #359
Hello, this is most likely chartjs issue, but considering the severity of it, any feedback may be welcomed.
all the info and reproducers - https://github.com/chartjs/Chart.js/issues/11201
Long story ...
judovana
- 2
- Opened on Mar 25, 2023
- #358
Consider the following table:
table
tr
td
span id= elm X /span some text
/td
/tr
/table
and apply the following javascript code to it:
Element.replace( elm , span ...
Chris78
- Opened on Feb 2, 2023
- #357
Last version of prototype is affected by vulnerability CVE-2020-27511
https://www.cvedetails.com/cve/CVE-2020-27511/
there will be an update to fix that problem? any other workaround?
Thanks
matteodelta
- 5
- Opened on Jan 14, 2022
- #355
This is probably a stretch, but I was wondering if anyone set up types for prototype.js that they could share.
jblotus
- Opened on Aug 31, 2021
- #354
Our security team tells us that our Ajax calls are vulnerable to JS injection. They recommended URI encoding our
responses. In trying to resolve this I happened on this.transport.send(this.body); in prototype.js ...
Johndiology
- 2
- Opened on Jul 6, 2021
- #353
In trying to access https://api.prototypejs.org/ in firefox, due to an expired SSL certificates we get Warning:
Potential Security Risk
kressly
- 1
- Opened on Jun 1, 2021
- #352

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.