You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nostrweb/src
OFF0 489a260427
refactor: type elem and enforce inferred generic type
typed elem so that it returns the exact type of the HTMLElement,
and that name must be a key of HTMLElementTagNameMap.

example:

elem('form'); // returns HTMLFormElement

elem('abc'); // not assignable to parameter of type 'keyof HTMLElementTagNameMap'
2 years ago
..
assets pwa: add manifest and related app icons 2 years ago
utils refactor: type elem and enforce inferred generic type 2 years ago
about.html pwa: add manifest and related app icons 2 years ago
cards.css routes: use generic view containers 2 years ago
error.css routes: use generic view containers 2 years ago
events.ts refactor: type events.ts, url.ts and crypto.ts 2 years ago
favicon.ico getting ready 2 years ago
form.css routes: use generic view containers 2 years ago
index.html routes: use generic view containers 2 years ago
main.css routes: use generic view containers 2 years ago
main.js refactor: type elem and enforce inferred generic type 2 years ago
manifest.json pwa: add manifest and related app icons 2 years ago
relays.ts relays: type and upgrade to nostr-tools@1.6.0 2 years ago
subscriptions.ts refactor: type subscriptions.ts 2 years ago
view.css routes: use generic view containers 2 years ago
view.ts refactor: type elem and enforce inferred generic type 2 years ago
worker.js refactor: type events.ts, url.ts and crypto.ts 2 years ago
write.css routes: use generic view containers 2 years ago