flowforfrank / webtips

https://webtips.dev
1 stars 0 forks source link

webtips/html/what-is-the-difference-between-async-and-defer #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

What is the Difference Between Async And Defer? - Weekly Webtips

Find out what are the differences between and async and a defer script tag in HTML and how you can use them to your advantage.

http://localhost:1234/webtips/html/what-is-the-difference-between-async-and-defer

flowforfrank commented 2 years ago

Joseph Quinn • 5 months ago Line 3 of your code example uses the async attribute. Don't you mean defer?

flowforfrank commented 2 years ago

Joseph Quinn • 5 months ago Line 3 of your code example uses the async attribute. Don't you mean defer?

Hey Joseph! Thank you for the heads up, you're right, that's a typo. Fixed it 🙂

flowforfrank commented 2 years ago

Joseph Quinn • 5 months ago Line 3 of your code example uses the async attribute. Don't you mean defer?

Hey Joseph! Thank you for the heads up, you're right, that's a typo. Fixed it 🙂

Joseph Quinn ↩️ Ferenc Almasi • 4 months ago

You're welcome. Mistakes happen to the best of us. I just figured I would let you know. It's something that can be easily overlooked.