Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 924 Bytes

NODE_COMPAT.md

File metadata and controls

34 lines (28 loc) · 924 Bytes

NodeJS Compatibility

These charts are for tracking how much compatibility Cauldron and Node have.

🔵 = complete

⚪️ = in progress

❌ = deprecated

Assert
assert() 🔵
deepEqual
deepStrictEqual() ⚪️
doesNotReject() 🔵
doesNotThrow() 🔵
equal() 🔵
fail() 🔵
ifError() 🔵
notDeepEqual()
notDeepStrictEqual() ⚪️
notEqual() 🔵
notStrictEqual() ⚪️
ok() 🔵
rejects() 🔵
strictEqual ⚪️
throws 🔵
Buffer
from() 🔵
alloc() 🔵
allocUnsafe() 🔵