question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SupportedType is used as argument but not declared

See original GitHub issue

Can’t seem to find the declaration of SupportedType however, it is used in the interface DOMParser: https://github.com/w3c/webref/blob/0128e8f1ba0a91298d2ae633c8d345cb3f5bfae4/tr/idl/DOM-Parsing.idl#L9

is this expected?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
dontcallmedomcommented, Jun 17, 2021

I’ve filed #277 to look into releasing curated data in a non-NPM format.

1reaction
dontcallmedomcommented, Jun 14, 2021

you can download the tarball of files from https://registry.npmjs.org/@webref/idl/-/idl-2.2.2.tgz (and parse https://registry.npmjs.org/@webref/idl in general to know what’s the latest version of and where the tarball is); its content is mostly IDL & JSON files, which a thin JS wrapper you can absolutely ignore for non-JS usage.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ReSharper Curiosity: "Parameter is only used for precondition ...
It usually indicates that you've used it in a pre-condition, but then forgotten (or no longer need) to use it elsewhere in the...
Read more >
[P0] Get error "Not supported type System.Text.Json ... - GitHub
Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string....
Read more >
Compiler messages - IBM
Multiple "RENAME" IPA Link control statements are found for "&1". The first valid one is used. CCN2132 May not "RENAME" long name "&1"...
Read more >
Common issues and solutions - mypy 0.991 documentation
Common issues and solutions#. This section has examples of cases when you need to update your code to use static typing, and ideas...
Read more >
Configuration cache - Gradle User Manual
If any problem is found caching or reusing the configuration, an HTML report is generated to ... By default, Gradle does not use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found