- Notifications
You must be signed in to change notification settings - Fork111
Scripts: async, defer#229
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedOct 23, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@larissaiurk, Still available for this task? Please, let me know if you have not time, and I might be able to resolve it. Thanks, |
@peruibeloko,@jonnathan-ls, do you have time to see what is possible to do in relation to this pull request? |
1.Scripts can't see DOM elements below them, so they can't add handlers etc. | ||
2.If there's a bulkyscriptat the top of the page, it "blocks the page".Users can't see the page content till it downloads and runs: | ||
1.Os scripts não conseguem ver os elementos da DOM abaixo deles, então não conseguem manipular eventos, etc. | ||
2.Se houver umscriptvolumoso no topo da página, ele vai "bloqueia a página".Os usuários não podem ver o conteúdo da página até que ele faça o download e execute: |
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.
2. Se houver um script volumoso no topo da página, ele vai "bloqueia a página". Os usuários não podem ver o conteúdo da página até que ele faça o download e execute: | |
2. Se houver um script volumoso no topo da página, ele vai "bloquear a página". Os usuários não podem ver o conteúdo da página até que ele faça o download e execute: |
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.
Ajustado
nazarepiedady commentedMar 6, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@peruibeloko, could you help to fix the conflicts, update, and approve it? |
jonnathan-ls left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
jonnathan-ls commentedMar 17, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
During the review, I added simple adjustments (including the suggestion requested by@peruibeloko) and also conflict resolution@nazarepiedady /done |
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.
It is good, but there are some little changes needed.
Assim como`defer`, o atributo`async` é ignorado se a tag`<script>` não tiver`src`. | ||
``` | ||
## Dynamic scripts |
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.
It was not translated yet.
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.
Done
## Dynamic scripts | ||
There's one more important way of adding a script to the page. |
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.
It also was not translated yet.
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.
Done
javascript-translate-bot commentedMar 17, 2024
Please make the requested changes. After it, add a comment "/done". |
@jonnathan-ls, there are some changes that need to be translated. |
@nazarepiedady Thanks for watching, pending translation added /done |
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.
It is good to be applied.
javascript-translate-bot commentedMar 17, 2024
Thank you 💖 I updated the Progress Issue#1 🎉 🎉 🎉 |
No description provided.