Files
DefinitelyTyped/types
Max Battcher 958ccb60c6 Simplify PouchDB Attachments interfaces (#20213)
Make a cleaner separation between Stub attachments and non-Stub attachments (here called FullAttachment). New Attachment is then the union type of StubAttachment and FullAttachment. Renamed the previous Attachment to AttachmentData to better reflect what's it purpose is. (Would love to make it more generic, but there's not a great way to key off of `{ attachment: true, binary: true }` in the options stacks right now.) Remove PutAttachment because it now better handled by FullAttachment. Furthermore, you can db.put StubAttachments when round-tripping documents, so PutAttachment was too strict. Added simple round-trip tests to avoid that strictness problem moving forward.
2017-10-02 20:40:05 -07:00
..
2017-10-02 11:09:16 -07:00
2017-10-02 10:35:42 -07:00
2017-09-27 07:01:51 -07:00
2017-09-27 13:46:41 -07:00
2017-10-02 13:00:54 -07:00
2017-09-26 11:43:03 -07:00
2017-10-02 14:50:33 -07:00
2017-09-28 13:35:47 -07:00
2017-09-27 11:38:07 -07:00
2017-10-02 11:29:52 -07:00
2017-10-02 10:37:09 -07:00
2017-09-26 11:03:43 -07:00