Home
last modified time | relevance | path

Searched refs:FetchObserver (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/www/firefox/firefox-99.0/dom/fetch/
H A DFetchObserver.cpp13 NS_IMPL_CYCLE_COLLECTION_CLASS(FetchObserver)
15 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(FetchObserver, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() argument
19 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(FetchObserver, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
23 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FetchObserver) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
26 NS_IMPL_ADDREF_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
27 NS_IMPL_RELEASE_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
29 FetchObserver::FetchObserver(nsIGlobalObject* aGlobal, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
37 JSObject* FetchObserver::WrapObject(JSContext* aCx, in WrapObject()
42 FetchState FetchObserver::State() const { return mState; } in State()
44 void FetchObserver::RunAbortAlgorithm() { SetState(FetchState::Aborted); } in RunAbortAlgorithm()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DFetchObserver.cpp13 NS_IMPL_CYCLE_COLLECTION_CLASS(FetchObserver)
15 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(FetchObserver, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED() argument
19 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(FetchObserver, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
23 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FetchObserver) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
26 NS_IMPL_ADDREF_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
27 NS_IMPL_RELEASE_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
29 FetchObserver::FetchObserver(nsIGlobalObject* aGlobal, AbortSignal* aSignal) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
36 JSObject* FetchObserver::WrapObject(JSContext* aCx, in WrapObject()
41 FetchState FetchObserver::State() const { return mState; } in State()
43 void FetchObserver::Abort() { SetState(FetchState::Aborted); } in Abort()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DFetchObserver.cpp13 NS_IMPL_CYCLE_COLLECTION_CLASS(FetchObserver)
15 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(FetchObserver,
20 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(FetchObserver,
25 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FetchObserver) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() argument
28 NS_IMPL_ADDREF_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
29 NS_IMPL_RELEASE_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
31 FetchObserver::FetchObserver(nsIGlobalObject* aGlobal, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
39 JSObject* FetchObserver::WrapObject(JSContext* aCx, in WrapObject()
44 FetchState FetchObserver::State() const { return mState; } in State()
46 void FetchObserver::Abort() { SetState(FetchState::Aborted); } in Abort()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DFetchObserver.cpp13 NS_IMPL_CYCLE_COLLECTION_CLASS(FetchObserver)
15 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(FetchObserver,
20 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(FetchObserver,
25 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FetchObserver) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() argument
28 NS_IMPL_ADDREF_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
29 NS_IMPL_RELEASE_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
31 FetchObserver::FetchObserver(nsIGlobalObject* aGlobal, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
39 JSObject* FetchObserver::WrapObject(JSContext* aCx, in WrapObject()
44 FetchState FetchObserver::State() const { return mState; } in State()
46 void FetchObserver::RunAbortAlgorithm() { SetState(FetchState::Aborted); } in RunAbortAlgorithm()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DFetchObserver.cpp13 NS_IMPL_CYCLE_COLLECTION_CLASS(FetchObserver)
15 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(FetchObserver,
20 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(FetchObserver,
25 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FetchObserver) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() argument
28 NS_IMPL_ADDREF_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
29 NS_IMPL_RELEASE_INHERITED(FetchObserver, DOMEventTargetHelper) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
31 FetchObserver::FetchObserver(nsIGlobalObject* aGlobal, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
39 JSObject* FetchObserver::WrapObject(JSContext* aCx, in WrapObject()
44 FetchState FetchObserver::State() const { return mState; } in State()
46 void FetchObserver::RunAbortAlgorithm() { SetState(FetchState::Aborted); } in RunAbortAlgorithm()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_FetchObserver.rs6 …n ( extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_FetchObserver.rs6 …n ( extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/www/rearx/rearx-0.1.4/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/web-sys-0.3.45/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_FetchObserver.rs6 …en (extends = EventTarget , extends = :: js_sys :: Object , js_name = FetchObserver , typescript_t…
13 pub type FetchObserver; typedef
21 pub fn state(this: &FetchObserver) -> FetchState; in state()
28 pub fn onstatechange(this: &FetchObserver) -> Option<::js_sys::Function>; in onstatechange()
35 pub fn set_onstatechange(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onstatechange() argument
42 pub fn onrequestprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onrequestprogress()
49 pub fn set_onrequestprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onrequestprogress() argument
56 pub fn onresponseprogress(this: &FetchObserver) -> Option<::js_sys::Function>; in onresponseprogress()
63 pub fn set_onresponseprogress(this: &FetchObserver, value: Option<&::js_sys::Function>); in set_onresponseprogress() argument

123456789