Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.57k stars 1.37k forks source link

Add CBOR (RFC 8949) support #6108

Open rmedaer opened 2 years ago

rmedaer commented 2 years ago

The RFC 8949 describes the Concise Binary Object Representation (CBOR). It's a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.

As far as I know, it's not yet supported in browsers (on 2021-12-14) but at least there are discussions in Chrome.


Edit: RFC 7049 was deprecated, replacing by RFC 8949.

Schweinepriester commented 2 years ago

While certainly interesting, currently this appears to be, as you state yourself, not something we could test support for, therefore not (yet) fitting for caniuse?