-
Notifications
You must be signed in to change notification settings - Fork 9
Currently Decided on MVP Pieces
Justin Scherer edited this page May 8, 2018
·
13 revisions
The following APIs will be added into this release of Quark on Windows:
Empty
Empty
- WriteableStream
- cork()
- uncork()
- defaultMaxListeners
- addListener()
- eventNames()
- getMaxListeners()
- listenerCount()
- setMaxListeners()
- emit()
- listeners()
- on()
- once()
- prependListener()
- prependOnceListener()
- removeAllListeners()
- buffer
- length
- alloc()
- allocUnsafe()
- allocUnsafeSlow()
- byteLength()
- compare()
- concat()
- copy()
- equals()
- swap16()
- swap32()
- swap64()
- readDoubleBE()/readDoubleLE()
- readFloatBE()/readFloatLE()
- readInt8()
- readInt16BE()/readInt16LE()
- readInt32BE()/readInt32LE()
- readIntBE()
- write()
- writeDoubleBE()/writeDoubleLE()
- writeFloatBE()/writeFloatLE()
- writeInt8()
- writeInt16BE()/writeInt16LE()
- writeInt32BE()/writeInt32LE()
- writeIntBE()
- writeUInt8()
- writeUInt16BE()/writeUInt16LE()
- writeUInt32BE()/writeUInt32LE()
- writeUIntBE()
This is at a good point that I will be moving onto the Stream interface. This will test the code that I need. Other pieces will be implemented later on. Some of them in pure JavaScript.
The following APIs will be added into this release of Quark on Windows:
- BrowserWindow
- Notification