thdoan
thdoan
`corsify()` takes a response and returns a modified response. Here's a typical usage scenario: ``` import { Router } from 'itty-router'; import { createCors } from 'itty-cors'; // Create CORS...
@kwhitley Cool, I didn't realize v5 came out. I'd prefer to use built-in as well.
> Server-side web applications, installed applications, and devices all obtain refresh tokens during the authorization process. Refresh tokens are not typically used in client-side (JavaScript) web applications. @patrickkettner unfortunately, this...
UPDATED: For those in the same boat, you can use the `checkbox-button` class as a workaround. This makes checkbox buttons look & behave the same as icon buttons (fixes inconsistent...
Ditto. Seems like a recent issue because I was deploying a few weeks ago with no issues. I get an error no matter what command I use. Example: ``` $...
It would be cool to have the same options as popular word processors: 
Please see https://stackblitz.com/edit/vite-ps7x8w?file=docs%2Findex.md I'm expecting there to be an external link icon similar to the link on the example page for consistency.
Thank you. Feel free to close as this option works for me.
Great. I assume once it's fixed, `pageClass` will be optional, right.
GPT 4.1 gave me these instructions to specify more than one `applyTo` pattern:  However, following the instructions gave me these errors in the console:  Anyone figure out how...