Results 2 issues of Paul Li

Hi, I'm trying to load and execute a bunch of scripts synchronously, and I notice HTMLScriptElement at jsdom doesn't support the property of async. I tried to provide a custom...

I can see validCORSHeaders() at xmlhttprequest.js doesn't support Access-Control-Max-Age. We can follow https://www.w3.org/TR/cors/#access-control-max-age-response-header to cache the preflight request result.