Bug 1395005 - Enable Abort API for WPTs. r=qdot

--HG--
extra : rebase_source : 65ebbf27d600163b315e84ea88ca934f4067ec42
This commit is contained in:
Andrea Marchesini 2017-08-29 23:16:00 -04:00
Родитель 1fbe4316ad
Коммит 8f4203c2e7
3 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.abortController.enabled:true]

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.abortController.enabled:true]

Просмотреть файл

@ -1,2 +1,4 @@
prefs: [javascript.options.streams:true,
dom.abortController.enabled:true,
dom.abortController.fetch.enabled:true,
dom.streams.enabled:true]