skyclouds2001

Results 114 comments of skyclouds2001

This issue also existed in [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) related pages, like `Clipboard` `ClipboardItem` `ClipboardEvent`

Because the exact image is served on https://pr31713.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLMapElement/areas/left-right-arrow.png, but the demo is trying to get the image on https://live.mdnyalp.dev/en-US/docs/Web/API/HTMLMapElement/areas/left-right-arrow.png

reference to https://github.com/mdn/content/pull/33469

I think `AbortController` has no relationship with `Promise`. `AbortController`(and `AbortSignal`) can be used in some APIs to cancel some operation in Web API, but it can't be used to cancel...

remove /en-US/docs/Web/API/crossOriginIsolated /en-US/docs/Web/API/Window/crossOriginIsolated the redirect can pass the test, but the issue existed in the preview product

It seems that when building the preview result, the _redirects.txt file in the repository is used, not the updated one (same behavior can be observed in #33339 )

> (edited to add: oh, do you mean, that's the reason we are getting these CI errors?) Yes, I think this is the reason

So what should do next?

> > It seems that when building the preview result, the _redirects.txt file in the repository is used, not the updated one > > [Not true](https://github.com/mdn/content/blob/369e9d36f4fbdc7f3d8a9db910c1cb2b9ab0fda9/.github/workflows/pr-check_redirects.yml#L4). We are not using...

wait for https://github.com/mdn/content/pull/31658 to done first