[Imports] Considering imperative HTML imports?

Was an imperative form of HTML imports already considered? E.g., the following springs to mind:
  Promise<Document> importDocument(DOMString url);

I was thinking about Worker's importScripts(DOMString... urls), and the above seems like a nice related corollary.

Received on Thursday, 16 April 2015 04:38:27 UTC