Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNativescript file system as an EFS lowerDir #40
Labels
Comments
|
It probably cannot, so we'll need to adapt it. Should be easy though. Just exception whenever there's an unimplementable operation. Primarily we will work on streams and chunks, chunks can be based on fd seeking or on memory mapping.
…On 12 May 2020 14:04:44 GMT+10:00, Robbie Cronin ***@***.***> wrote:
We have built EFS as an isomorphic library which means byo lower file
system but we have modelled the lower file system on what is available
with the nodejs fs module. This might be a concern when building the
PolyKey app in nativescript. Research needs to be done on whether or
not the nativescript
[file-system](https://docs.nativescript.org/api-reference/modules/_file_system_)
module can be directly plugged into EFS as a lower directory or how an
interface between these two might look like.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#40
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have built EFS as an isomorphic library which means byo lower file system but we have modelled the lower file system on what is available with the nodejs fs module. This might be a concern when building the PolyKey app in nativescript. Research needs to be done on whether or not the nativescript file-system module can be directly plugged into EFS as a lower directory or how an interface between these two might look like.