rescript-webapi icon indicating copy to clipboard operation
rescript-webapi copied to clipboard

ReScript bindings to the DOM and other Web APIs

Results 33 rescript-webapi issues
Sort by recently updated
recently updated
newest added

Every property accessor in the entire project is an external. When bs-webapi was created that was the only way to do it. Since then records are compiled to objects so...

enhancement

Moving from `bs-webapi` to `rescript-webapi` 1.0 won't be a drop-in replacement. We need a migration guide, and I think we need to highlight it at the top of our readme...

documentation
help wanted

I'm trying to add support for `HTMLMediaElement` and `HTMLVideoElement` and wondered what a canonical way of adding tests should look like. This made me notice that tests are actually missing...

There are two main problems with `Webapi__Dom__HtmlFormElement`: * It uses the `Impl` pattern but is never included by other files * It defines a `data` function to create a `FormData`...

`bs-fetch` lives on as a zero-cost binding that depends on ReScript 10: https://github.com/glennsl/rescript-fetch When we also depend on ReScript 10 perhaps we should delete the files we incorporated with #31...

There's a new feature in ReScript v10 (which hit alpha today) that means we no longer need annoying functions to implement "option object" apis. I'll update this description with examples...

good first issue
help wanted

Hi All Its given me some pain that this function doesnt return a URLSearchParams that can be passed back up the chain to location. How about a PR for a...

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...