Web platform features explorer

Import assertions

This feature is discouraged — Import assertions are superseded by import attributes.

Consider using CSS import attributes , JSON import attributes instead.

For more information, see: tc39/proposal-import-attributes/pull/131 (GitHub)

Module import … assert { type: "json" } and import … assert { type: "css" } JavaScript statements load JSON and CSS data.

Status

Discouraged

MDN documentation

Browser support