salesforce / kagekiri

Shadow DOM-piercing query APIs for the browser.
BSD 3-Clause "New" or "Revised" License
86 stars 9 forks source link

docs: rename `context` to `element` for `closest` and `matches` #50

Closed nolanlawson closed 4 years ago

nolanlawson commented 4 years ago

Per discussion in #49

tedconn commented 4 years ago

Do we want to add @throws to the typedoc for the APIs which throw if the element is not an element, etc?

nolanlawson commented 4 years ago

@tedconn Sure, make sense to me. I'm not super familiar with .d.ts files.

nolanlawson commented 4 years ago

Separate PR?