上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 467 下一页
摘要: Those css properties will promot to a new layer 阅读全文
posted @ 2023-06-27 01:03 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑
摘要: The "Strict-Transport-Security" (STS) header is a security feature implemented by web servers to enforce the use of HTTPS (HTTP Secure) connections fo 阅读全文
posted @ 2023-06-27 00:58 Zhentiw 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Answer: All correct HTTP1.0: Each network connection needs TCP, not so efficient HTTP1.1: One network connection can have multi request/response in se 阅读全文
posted @ 2023-06-26 02:16 Zhentiw 阅读(11) 评论(0) 推荐(0) 编辑
摘要: What this refer to? function regularFunction() { this // Global scope } const obj = { regularFunction() { this // The object on which the method is ca 阅读全文
posted @ 2023-06-26 02:05 Zhentiw 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Once run in async await, the rest of the function body will be push to Microtask Queue console.log(3) Order: 2 3 4 1 阅读全文
posted @ 2023-06-26 01:46 Zhentiw 阅读(16) 评论(0) 推荐(0) 编辑
摘要: We only want to access <li>One</li> B: '+' sinbling selector, if we don't have second uland replaced with a li, then it is targeting this li; which is 阅读全文
posted @ 2023-06-23 16:22 Zhentiw 阅读(8) 评论(0) 推荐(0) 编辑
摘要: A: Wrong. You should be able to access sub-domain B: Wrong, HttpOnlyCookie can only be set from server side. Securemeans https only; C: Correct. If yo 阅读全文
posted @ 2023-06-23 16:14 Zhentiw 阅读(6) 评论(0) 推荐(0) 编辑
摘要: font-display: auto; font-display: block; font-display: swap; font-display: fallback; font-display: optional; auto The font display strategy is defined 阅读全文
posted @ 2023-06-23 16:05 Zhentiw 阅读(5) 评论(0) 推荐(0) 编辑
摘要: XSS (Cross-Site Scripting): XSS is a type of injection security vulnerability where malicious scripts are injected into trusted websites. These script 阅读全文
posted @ 2023-06-23 15:38 Zhentiw 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Blog: https://web.dev/bfcache/ bfcache is an in-memory cache that stores a complete snapshot of a page (including the JavaScript heap) as the user is 阅读全文
posted @ 2023-06-22 14:52 Zhentiw 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 467 下一页