# Shipping support for module script integrity in Chrome & Safari

DevFeed: [Shipping support for module script integrity in Chrome & Safari](<https://devfeed.tech/articles/shipping-support-for-module-script-integrity-in-chrome-safari-1581.md>)

Original publisher: [Read original article](<https://shopify.engineering/shipping-support-for-module-script-integrity-in-chrome-safari>)

Author: Yoav Weiss

Published: 2024-08-02T17:17:47Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Web platform](<https://devfeed.tech/topics/web-platform.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chromium](<https://devfeed.tech/tags/chromium.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

## AI overview

Shopify describes adding Subresource Integrity support for imported JavaScript modules in Chromium- and WebKit-based browsers. The work uses import maps to associate module URLs with integrity hashes, enabling verified dynamic imports before execution.

## Source excerpt

How we shipped ES module integrity in browsers and made commerce and the web better for everyone!