issues Search Results · repo:microsoft/TypeScript-DOM-lib-generator language:TypeScript
Filter by
450 results
(67 ms)450 results
inmicrosoft/TypeScript-DOM-lib-generator (press backspace or delete to remove)it does look like the class spec describes the present types https://w3c.github.io/web-locks/#lockmanager
but reading the english description of behavior, https://w3c.github.io/web-locks/#api-lock-manager-request ...
turbocrime
- Opened 3 days ago
- #1946
CustomStateSet appears to be defined as:
interface CustomStateSet {
forEach(callbackfn: (value: string, key: string, parent: CustomStateSet) = void, thisArg?: any): void;
}
but it s meant to have ...
zzzzBov
- Opened 4 days ago
- #1945
This isn t possible. Each key of grouped and its value must exist:
const grouped = Object.groupBy(
[
{
name: foo ,
value: 20,
},
{
name: bar ,
...
fregante
- Opened 7 days ago
- #1943
textContent is inherited from Node, but in an Element context it is never null. It can be added to Element as string
instead of string | null to eliminate unnecessary null checks.
mohd-akram
- Opened 13 days ago
- #1939
Hello @saschanaz,
The inputfiles/mdn/apiDescriptions.json file is outdated and has not been maintained for the past five years. To ensure
that we have up-to-date API descriptions, I propose implementing ...
Bashamega
- 3
- Opened 14 days ago
- #1937
As of @types/web@0.0.208, SubtleCrypto is declared as:
interface SubtleCrypto {
importKey(format: jwk , keyData: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams ...
yoursunny
- Opened 22 days ago
- #1929
ViewTransition types
The ViewTransition object now includes a types key of type ViewTransitionTypeSet which implement the Set object.
/** Not sure if this is needed, but this is the name of the class ...
GrandSchtroumpf
- 3
- Opened 25 days ago
- #1928
Missing viewTransitionClass in CSSStyleDeclaration
The view-transition-class declaration should be included in the CSSStyleDeclaration
https://developer.chrome.com/docs/web-platform/view-transitions/same-document#view-transition-class ...
GrandSchtroumpf
- 6
- Opened 25 days ago
- #1926
Detailed information: https://w3c.github.io/media-source/#managedmediasource-interface
ManagedMediaSource is a MediaSource that can be used in Safari 17.1+ with some additional attributes. It is not shown ...
mangocat
- 1
- Opened on Feb 25
- #1916
While playing with TextEncoder and TextDecoder, I found that the comments for those APIs were completely obsolete and
may mislead the direction: For a more scalable, non-native library, see StringView ...
seia-soto
- Opened on Feb 9
- #1909

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.