Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1574365 [wpt PR 18477] - [SyntheticModules] Allows for Fetching a…
…nd Loading of JSON/Synthetic Modules, a=testonly Automatic update from web-platform-tests [SyntheticModules] Allows for Fetching and Loading of JSON/Synthetic Modules This is the final change required for JSON Modules to be utilized by developers. Following the acceptance of this change, if you run chromium with the JSONModules runtime flag, the following is now valid syntax: <script type="module"> import data from "./example.json"; </script> This change introduces several things: -It introduces the ability for ModuleScriptLoader to load JSON Modules -It introduces the ability for ModuleScriptFetcher to retrieve JSON resources -It introduces a new field to ModuleScriptCreationParams: response_mime_type_ -It introduces the JSONModules runtime flag to chromium This change corresponds with the following V8 change: https://chromium-review.googlesource.com/c/v8/v8/+/1761583 Bug: 967018 Change-Id: Ibcdb61659fb07047ffeead2ff4a55c450c183e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731108 Reviewed-by: Hiroshige Hayashizaki <hiroshigechromium.org> Reviewed-by: Hiroki Nakagawa <nhirokichromium.org> Commit-Queue: Sam Sebree <sasebreemicrosoft.com> Cr-Commit-Position: refs/heads/master{#688905} -- wpt-commits: a8a1303f3dadc7392a426ca6525e23b6114bb066 wpt-pr: 18477 UltraBlame original commit: bff8292409ef3d02dff5515ced4ae1bb976fc58d
- Loading branch information