fune/dom/docs/index.rst
Chris H-C 6b06ddd335 Bug 1736855 - Add IOUtils Migration Guide to source docs r=Gijs DONTBUILD
A public gdoc's not bad, but source docs is better.
This place was chosen because the implementation is nearby,
even though it's really support for toolkit and browser stuff.

Also update the docs a tad. `exists` and `setPermissions` are now available!
And we have JSON read/write, too!

Differential Revision: https://phabricator.services.mozilla.com/D129069
2021-10-21 15:44:59 +00:00

15 lines
330 B
ReStructuredText

DOM
===
These linked pages contain design documents for the DOM implementation in Gecko. They live in-tree under the 'dom/docs' directory.
.. toctree::
:maxdepth: 1
ipc/index
navigation/index
scriptSecurity/index
scriptSecurity/xray_vision
workersAndStorage/index
webIdlBindings/index
ioutils_migration