Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid classical for when looping through all items of an Array-like o…
…bject (part #2) (mdn#19405) * Avoid classical for if for...of when looping all object of an Array-like object * Remove addictions from MDN * Add checkPerformanceEntry * Use same example * Use same example * Fix naming * Fix names * Fix name * Fix name * Fix name * Fix name * Rename function * Rename function * Fix name * Fix name * Remove useless const * Remove useless variable * fix name * Fix name * Fix name * Fix name * Fix name * Fix name * Fix name * Remove useless variable * Remove useless variable * Remove useless variable * Remove useless varaible * Rename function * fix function name * Fix function name * Fix function name * Fix function name * Add empty line * Fix function names * Update files/en-us/web/api/performanceresourcetiming/decodedbodysize/index.md Co-authored-by: Joshua Chen <[email protected]> * Fix function names * Fix function name * Fix function names * Fix function names * Fix function names * Fix function names * fix function names * Fix function names * Fix function names * Fix function names * Fix function names * Fix function names * Use ternary operator * Fix function names * Use method * Update files/en-us/web/api/texttrack/mode/index.md Co-authored-by: Joshua Chen <[email protected]> * Update files/en-us/web/api/performance/getentriesbytype/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance/getentriesbytype/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance_timeline/using_performance_timeline/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance/getentriesbytype/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance_timeline/using_performance_timeline/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance_timeline/using_performance_timeline/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/performance_timeline/using_performance_timeline/index.md Co-authored-by: rubiesonthesky <[email protected]> * Update files/en-us/web/api/speechsynthesisvoice/name/index.md Co-authored-by: rubiesonthesky <[email protected]> * Readd example * readd example * Add workerStart to the list * Replace for…in * Use findIndex() * Use findIndex() * Fix function names (no _) * Fix alignement + for…in * Alignment * Update files/en-us/web/api/performanceresourcetiming/transfersize/index.md Co-authored-by: Joshua Chen <[email protected]> * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Update files/en-us/web/api/performanceresourcetiming/connectstart/index.md * Use ?? * Use ?? * Remove empty space * Remove space * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Use ?? * Apply suggestions from code review * Use console.log * Use console.log * Use console.log * Use console.log * Use console.log * console.log * console.log * Apply suggestions from code review * Update index.md * Update index.md * Update index.md * Remove useless variable * Fix typo * Use findLastIndex() * Update index.md * Update index.md Co-authored-by: Joshua Chen <[email protected]> Co-authored-by: rubiesonthesky <[email protected]>
- Loading branch information