-
Descriptions for the web API categories that would show up on an index page like this.
![Image](https://github.com/denoland/deno-docs/assets/776987/34c7bd2c-1f89-42f7-acd1-67f37a4be0bc)
donjo updated
5 months ago
-
Would allow more/most `GetFileInformationByHandleEx`/`SetFileInformationByHandle` to succeed on NT-based systems, while still falling back properly on 9x.
-
Enabling mTLS currently breaks all APIs since it forces the user to provide a certificate, but browsers (REST, GraphQL APIs) don't support sending one. With the current implementation in the Armeria w…
-
We need to use https for example APIs to prevent all the problems that http might cause.
https://github.com/microsoft/confidential-aci-examples/blob/656a1d3fcb2605ca3a76d4e6d2611c2a98438955/example…
-
### Details
Add a method for gamemodes that use web apis to be able to authenticate a client. Something like: `steamworks.GetAuthTicketForWebAPI(identity, callback)` and a way to cancel the ticket wh…
-
### Session description
[`AsyncContext`](https://github.com/tc39/proposal-async-context/) is a stage 2 TC39 proposal that allows propagating values across an async execution flow, much like Node.js…
-
### 🥰 需求描述 | Feature Description
Support Bing Search API
### 🧐 解决方案 | Proposed Solution
Add Bing Search API as an alternative to Searper
### 📝 补充信息 | Additional Information
Bing Search API provid…
-
The [Web Media API CG](https://www.w3.org/community/webmediaapi/) develops the [Web Media APIs 2017](https://w3c.github.io/webmediaapi/) spec which "defines the Web APIs that should be included in dev…
-
:page_facing_up: [API document](https://github.com/izumin5210/actopus/blob/master/doc/api.md) ([staging](http://actopus.herokuapp.com/docs))
# TODO
- [ ] access token(現状だとそもそもoauthいらない?)
- [ ] lecture…
-
When we think about "Web APIs" most people think about the DOM. But there are many Web APIs that are typically found in the standard libraries of languages. For example, it would make sense that there…