pretty funny
https://stackoverflow.com/questions/1451009/javascript-infamous-loop-issue
#javascript • #typescript
https://stackoverflow.com/questions/1451009/javascript-infamous-loop-issue
#javascript • #typescript
Stack Overflow
Javascript infamous Loop issue?
I've got the following code snippet.
function addLinks () {
for (var i=0, link; i<5; i++) {
link = document.createElement("a");
link.innerHTML = "Link " +...
function addLinks () {
for (var i=0, link; i<5; i++) {
link = document.createElement("a");
link.innerHTML = "Link " +...
an ancient (2010) article about dom extensions
https://perfectionkills.com/whats-wrong-with-extending-the-dom/
#javascript • #typescript • #html • #dom
https://perfectionkills.com/whats-wrong-with-extending-the-dom/
#javascript • #typescript • #html • #dom
Perfectionkills
What's wrong with extending the DOM — Perfection Kills
Javascript rants and findings, by kangax
This playlist contains a video about the issue with HTML comments in SES (an environment that can safely run arbitrary code with the provided globals thanks to Hardened JS) https://youtu.be/pXN-D7le7Xk
#javascript • #typescript • #hardenedjs • #ses
#javascript • #typescript • #hardenedjs • #ses
YouTube
Annex B Reform, as presented to TC39 June 2019
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Forwarded from Cibo
This media is not supported in your browser
VIEW IN TELEGRAM
not specifying charset in HTTP headers can lead to XSS
https://medium.com/@erencan.ozmen01/xss-with-charset-manipulation-5352ee294c4e
#javascript • #typescript • #xss • #http
https://medium.com/@erencan.ozmen01/xss-with-charset-manipulation-5352ee294c4e
#javascript • #typescript • #xss • #http
wake up babe, new next.js update dropped!!🌟
last time I checked partial pre-rendering, it looked so awesome to me, but it had some problems with sending a lot of http requests. although I didn't test PPR personally, just checked the project that used it
now vercel added caching to partial pre-rendering, which should kinda fix previous issue(?)
also, vercel supports bun runtime now (even for next.js api routes)
#javascript • #typescript • #nextjs
last time I checked partial pre-rendering, it looked so awesome to me, but it had some problems with sending a lot of http requests. although I didn't test PPR personally, just checked the project that used it
now vercel added caching to partial pre-rendering, which should kinda fix previous issue(?)
also, vercel supports bun runtime now (even for next.js api routes)
#javascript • #typescript • #nextjs
Please open Telegram to view this post
VIEW IN TELEGRAM
