Files
bun.sh/src/javascript/jsc/bindings/CachedScript.h
Jarred Sumner 04b5e87f42 [bun.js] Add Event, EventTarget, AbortController, AbortSignal
`AbortController` is not yet aware of `fetch`
2022-03-28 06:35:14 -07:00

9 lines
79 B
C++

#pragma once
#include "root.h"
namespace WebCore {
class CachedScript {
};
}