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
fix: add optional type for file candidate data (#340)
Where we know the type of content to be imported ahead of time
(e.g. a Uint8Array or a stream, not both), it can be helpful to
specify that type, so make `FileCandidate` generic to allow this.
Defaults it to the previous `ImportContent` value so this is
non-breaking.
0 commit comments