tree: b8471f844a9d6d8a5b060a68e2ab93df87b45b48 [path history] [tgz]
  1. concurrent_io/
  2. resources/
  3. capacity_allocation_async_basic.tentative.https.any.js
  4. capacity_allocation_async_failure_handling.tentative.https.any.js
  5. capacity_allocation_sync_basic.tentative.https.any.js
  6. capacity_allocation_sync_failure_handling.tentative.https.any.js
  7. close_async.tentative.https.any.js
  8. close_sync.tentative.https.any.js
  9. delete_async_basic.tentative.https.any.js
  10. delete_sync_basic.tentative.https.any.js
  11. detach_iframe_during_delete.https.window.js
  12. detach_iframe_during_getAll.https.window.js
  13. detach_iframe_during_open.https.window.js
  14. detach_iframe_during_releaseCapacity.https.window.js
  15. detach_iframe_during_requestCapacity.https.window.js
  16. detached_iframe.https.window.js
  17. flush_async_basic.tentative.https.any.js
  18. flush_sync_basic.tentative.https.any.js
  19. getLength_setLength_async_basic.tentative.https.any.js
  20. getLength_setLength_sync_basic.tentative.https.any.js
  21. META.yml
  22. opaque_origin.https.window.js
  23. open_async_failure_handling.tentative.https.any.js
  24. open_getAll_async_basic.tentative.https.any.js
  25. open_getAll_sync_basic.tentative.https.any.js
  26. open_sync_failure_handling.tentative.https.any.js
  27. read_write_async_basic.tentative.https.any.js
  28. read_write_async_buffer_offset.tentative.https.any.js
  29. read_write_async_bufferlength.tentative.https.any.js
  30. read_write_correct_arraybufferview_async_basic.tentative.https.any.js
  31. read_write_correct_arraybufferview_sync_basic.tentative.https.any.js
  32. read_write_sync_basic.tentative.https.any.js
  33. read_write_sync_buffer_offset.tentative.https.any.js
  34. read_write_sync_bufferlength.tentative.https.any.js
  35. README.md
  36. rename_async_basic.tentative.https.any.js
  37. rename_async_failure_handling.tentative.https.any.js
  38. rename_sync_basic.tentative.https.any.js
  39. rename_sync_failure_handling.tentative.https.any.js
  40. setLength_bounds_async.tentative.https.any.js
  41. setLength_bounds_sync.tentative.https.any.js
  42. setLength_capacity_allocation_async.tentative.https.any.js
  43. setLength_capacity_allocation_sync.tentative.https.any.js
  44. trustworthy_origin_failure.tentative.http.any.js
  45. write_capacity_allocation_async.tentative.https.any.js
  46. write_capacity_allocation_sync.tentative.https.any.js
  47. write_getLength_async_basic.tentative.https.any.js
  48. write_getLength_sync_basic.tentative.https.any.js
native-io/README.md

This directory contains tests for the NativeIO API.

Note on the synchronous APIs

Chrome is currently working with developers to explore the performance implications of using NativeIO as an asynchronous Promise-based API from WebAssembly.

In order to assess the performance overhead, a baseline is needed. This baseline is a synchronous API that can be easily used to port existing database code to WebAssembly. The synchronous API is only exposed to dedicated workers.

Until our performance studies are concluded, Chrome has no plans of shipping the synchronous API. In other words, there are no plans of adding a new synchronous storage API to the Web Platform.