You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
Presently, we alias methods with arguments to argument-less versions - as they're easier to link in documents. This leads to data duplication (wasted memory):
Also, the data is duplicated (not unique) with alias based search:
GET https://respec.org/xref/?term=add()&cite=indexeddb
Presently, we alias methods with arguments to argument-less versions - as they're easier to link in documents. This leads to data duplication (wasted memory):
Also, the data is duplicated (not unique) with alias based search:
Proposal:
Present:
Proposed:
Impact:
/xref/meta/terms
would require a little change (Object.keys($$data) + Object.keys($$aliases)
The text was updated successfully, but these errors were encountered: