01642c2122
Closes https://github.com/dart-lang/sdk/issues/45036 The FileSystem API has different bindings for different browsers, and the values are all taken directly from the MDN: https://developer.mozilla.org/en-US/docs/Web/API/File_and_Directory_Entries_API Along with this, some APIs that need to expose these bindings are modified to expose all possible bindings. Change-Id: I18ce6d1208349eb9d5bd9d802d17dda1ddae2dec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/225323 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Riley Porter <rileyporter@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>