You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
raphael10-collab
changed the title
Where do Transform and TransformCallback come from?
Request for explanation about the origin of some elements
Oct 23, 2020
I do not understand where some elements come from:
Where do Transform and TransformCallback come from? https://github.com/automerge/pushpin/blob/master/src/apps/clipper-host/NativeMessaging.ts
I didn't find them in https://developer.mozilla.org/en-US/docs/Web/API/TransformStream.
I found TransformerTransformCallback in the Streams Specs: https://streams.spec.whatwg.org/#callbackdef-transformertransformcallback but no references in Mozilla Docs.
Are Stream node's stream?
In https://github.com/automerge/pushpin/blob/master/src/renderer/hyperfile.ts#L2 for example we find "Readable" from 'stream'
but I do not fine Stream in node's API:
https://nodejs.org/api/stream.html#stream_class_stream_readable
Can you please help me to clarify?
Where the type BeforeUnloadEvent come from? https://github.com/automerge/pushpin/blob/master/src/freeze-dry-preload/index.ts#L37
Where DetailedHTMLProps come from? https://github.com/automerge/pushpin/blob/master/src/background/components/Card.tsx#L3
I found this: https://github.com/automerge/pushpin/blob/master/src/background/components/Expandable.tsx#L11 but maybe it's a different thing
renderItems : https://github.com/automerge/pushpin/blob/master/src/background/components/LimitedList.tsx#L16
What are id, i and a ?
The text was updated successfully, but these errors were encountered: