Issue #1587 - Part 3: Hook FetchSignal up to the Fetch API

This commit is contained in:
Moonchild 2020-06-10 21:51:44 +00:00 committed by Roy Tam
commit 78ff97aaf3
6 changed files with 292 additions and 30 deletions

View file

@ -40,6 +40,7 @@ public:
NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(FetchSignal, DOMEventTargetHelper)
FetchSignal(FetchController* aController, bool aAborted);
explicit FetchSignal(bool aAborted);
JSObject*
WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;