Tom Sherman

Results 125 issues of Tom Sherman

## Description Right now the only way to figure out if a specific JS API is supported is to search the source code. It would be great to add documentation...

Instead of having to provide this manually via an environment var or `.env` file, could the runner pick this up from the credentials saved after I `vercel login`?

Relates to #30 and #38 The variant here wasn't gaining any extra type safety and introducing a cost to the bindings where none was needed. `method` accepts any arbitrary string...

Seems like a pretty nuts use case to have a canvas with a greater height or width than ~2million but I think it's possible. Maybe this applies in other places...

https://tc39.es/proposal-temporal/docs Currently incomplete, need to clean the rest up before committing them. Couple of questions on approach: - Is there a way to more directly type functions that type option...

Relates to #30 and #38 Changes `mode`, `credentials`, `cache`, and `redirect` to use polymorphic variants. I've left destination and `referrerPolicy` untouched for now as they have some problems. See https://github.com/tinymce/rescript-webapi/issues/38#issuecomment-998956905

Thought I would open this tracking issue for Intl support. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl

This library will be far from "complete" at v1 due to many missing bindings, but also it will be forever expanding as the web platform expands. Couple this with the...

I'm not sure about how this would be done but it would be great if I could pass `Headers.t` to `RequestInit.make` and `Request.t` to `fetch`. This is possible in the...