summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/fetch-later/non-secure.window.js
blob: c13932e353c96665b098d29dd6fa8bfcb26b7d93 (plain)
1
2
3
4
5
'use strict';

test(() => {
  assert_false(window.hasOwnProperty('fetchLater'));
}, `fetchLater() is not supported in non-secure context.`);