openpgp4fpr:A92ED1528EE138C2614B59FA6B925387858B163C
$argon2id$v=19$m=512,t=256,p=1$7KQV6yP0X/79Z2AzAdxa4A$+YCYs/f9IKUeDdUMeOwzBAViiqtn9mlYscrK7iAo8kA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! Implement ruma_client::HttpRequester with XmlHttpRequest | |
//! so it works in a browser context | |
use futures::channel::oneshot::channel; | |
use futures_core::future::Future; | |
use http::{Request as HttpRequest, Response as HttpResponse, StatusCode}; | |
use ruma_client::{Client, HttpRequester, HttpRequesterError}; | |
use std::pin::Pin; | |
use stdweb::traits::IEvent; | |
use stdweb::web::{event::ReadyStateChangeEvent, IEventTarget, XhrReadyState, XmlHttpRequest}; |
I hereby claim:
- I am izissise on github.
- I am izissise (https://keybase.io/izissise) on keybase.
- I have a public key whose fingerprint is B536 9B4D 3986 CAEA FAA6 8189 6D60 492F 3306 0B4B
To claim this, I am signing this object: