Yuwang Cai
Yuwang Cai
An attempt to answer the question in [discussion #2159](https://github.com/BuilderIO/qwik/discussions/2159) # What is it? - [ ] Feature / enhancement - [ ] Bug - [x] Docs / tests # Description...
There are two reference errors in the following paragraph in [Section 4.1.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-4.1.1): > Clients MUST use code_challenge and code_verifier and authorization servers MUST enforce their use except under the conditions...
RFC9449 appeared twice in [Appendix D. Extensions](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#name-extensions). To prevent similar issues from happening, I think these extensions can be sorted by their RFC serial number.
See tailwindlabs/tailwindcss#16211. - [ ] Documentation needs to be updated. - [ ] Experiment with the actual effect.
**Is your feature request related to a problem? Please describe.** [`EventTarget.addEventListener`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) can accept an optional third argument `options`, where developers can tweak the listener's behaviors. Sometimes we have to test...