无涯的博客
proformance api 使用 proformance api 使用
proformance api 使用Performance API 介绍Performance API 是浏览器提供的 高精度性能监控接口,用于测量网页和应用的性能,包括 页面加载时间、资源加载情况、JavaScript 执行时间 等。 P
预检请求 预检请求
预检请求CORS  预检请求用于检查服务器是否支持 CORS 协议,并且是否允许使用特定的方法和标头。 浏览器会自动发送 OPTIONS 预检请求,主要在以下情况下: 使用了非简单请求(即非 GET、POST(仅限 application
2025-03-27