Articles in this series
Please check the example below. https://codepen.io/bada3670/pen/wvYydLa
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...