Articles in this series
Introduction Using Web Workers API, multithreading can be done. However, things such as manipulating DOM cannot be done using the API. Let me show you...
Please watch the below video. https://youtu.be/c_9MFYSU1xo
What Is 'Referrer'? It is a site (or page) that connects another site using things like 'a' tag or 'fetch' api. What Is 'Referrer Policy'? In HTTP(S),...
Please check the below video. https://www.youtube.com/watch?v=02H3yLMbaGs
What Does It Do? It is used to set default URL for other tags. <head> <base href="https://example.com/" /> </head> <body> <a...
Introduction In terms of 'history stack', they are different. Let me define '[]' sign first. Be careful the sign is arbitrarily made by me, so it...