1. TextEncoder & TextDecoder

    `TextEncoder` encodes a JavaScript string into bytes using the UTF-8 encoding and returns the resulting `Uint8Array` of those bytes. `TextDecoder` does the reverse.

  2. zstd (Zstandard) content-encoding

    Data compression method providing faster page loading while using less CPU power on the server.

  3. fontdata api

  4. fontdata api: blob

  5. fontdata api: family

  6. fontdata api: fullname

  7. fontdata api: postscriptname

  8. fontdata api: style

  9. fragmentdirective api

  10. hid api: getdevices

  11. inputdevicecapabilities api

  12. inputdevicecapabilities api: firestouchevents

  13. inputdevicecapabilities api: `inputdevicecapabilities()` constructor

  14. inputdeviceinfo api

  15. inputdeviceinfo api: getcapabilities

  16. textdecoder api

  17. textdecoderstream api

  18. textdecoderstream api: encoding

  19. textdecoderstream api: fatal

  20. textdecoderstream api: ignorebom

  21. textdecoderstream api: readable

  22. textdecoderstream api: `textdecoderstream()` constructor

  23. textdecoderstream api: writable

  24. textdecoder api: decode

  25. textdecoder api: encoding

  26. textdecoder api: fatal

  27. textdecoder api: ignorebom

  28. textdecoder api: `textdecoder()` constructor

  29. textdecoder api: available in workers

  30. usb api: getdevices

  31. window api: getdefaultcomputedstyle

  32. window api: getdefaultcomputedstyle: pseudo-element support

  33. window api: getdigitalgoodsservice

  34. html element: td

  35. html element: td: abbr

  36. html element: td: align

  37. html element: td: axis

  38. html element: td: bgcolor

  39. html element: td: char

  40. html element: td: charoff

  41. html element: td: colspan

  42. html element: td: headers

  43. html element: td: rowspan

  44. html element: td: rowspan: `rowspan` attribute with value `0` (extend to the end of the row group)

  45. html element: td: scope

  46. html element: td: valign

  47. html element: td: width

  48. javascript built-in: date: getdate

  49. javascript built-in: date: getday

  50. javascript built-in: date: setdate