Stub abort method
This commit is contained in:
Родитель
c02d40831e
Коммит
864920e72d
|
@ -13,6 +13,9 @@
|
|||
</style>
|
||||
<script>
|
||||
class FakeXMLHttpRequest {
|
||||
abort() {
|
||||
// Do nothing.
|
||||
}
|
||||
open(method, url) {
|
||||
// Do nothing.
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче