Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Add disclaimer #18

Merged
merged 2 commits into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ getMemoryEstimate must include memory used for:
* Shared array buffers used by any JavaScript execution context that is
otherwise being included in the memory estimate.

### Disclaimer

Differences between browser vendor implementations of getMemoryEstimate are
expected since memory is an implementation detail. The exact behavior is less
important, as long as the implementation:
* Is internally consistent.
* Is comprehensive.
* Helps web developers find memory issues.
* Protects the user's privacy and security.

## Security

Expand Down