diff --git a/docz/docs/03-demos/31-engines.md b/docz/docs/03-demos/31-engines.md index be50e7ff..cfd9ebc9 100644 --- a/docz/docs/03-demos/31-engines.md +++ b/docz/docs/03-demos/31-engines.md @@ -95,8 +95,8 @@ mv duktape-2.7.0/src/*.{c,h} . 1) Download the standalone script, shim and test file: diff --git a/docz/docs/03-demos/33-localfile.md b/docz/docs/03-demos/33-localfile.md index 93cfd4af..52222551 100644 --- a/docz/docs/03-demos/33-localfile.md +++ b/docz/docs/03-demos/33-localfile.md @@ -139,6 +139,13 @@ drop_dom_element.addEventListener("drop", handleDropAsync, false); ## File System Access API +:::caution Limited Browser Support + +At the time of writing, browser support was fairly limited. Chrome introduced +the feature in version 86. Safari did not support File System Access API. + +::: + _Reading Files_ `window.showOpenFilePicker` shows a file picker and resolves to an array of @@ -220,7 +227,6 @@ function SheetJSRoundTripFileSystemAPI() { return (